Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

custom fonts css

@font-face {
    font-family: 'YourFontName'; /*a name to be used later*/
    src: url('http://domain.com/fonts/font.ttf'); /*URL to font*/
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #custom #fonts #css
ADD COMMENT
Topic
Name
7+7 =