Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how many fonts can i add in a css font-face

@font-face {
    font-family: CustomFont;
    src: url('CustomFont.ttf');
}

@font-face {
    font-family: CustomFont2;
    src: url('CustomFont2.ttf');
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #fonts #add #css
ADD COMMENT
Topic
Name
7+5 =