Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

import font sass

@font-face {
    font-family: 'Open Sans';
    src: url(path/to/file) format(Example: 'truetype' or 'opentype' depending on the file extension of your font);
}


// USAGE
body {
    font-family: 'Open Sans', sans-serif;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #import #font #sass
ADD COMMENT
Topic
Name
2+3 =