Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

font face

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot') format('eot'),
       url('webfont.ttf') format('truetype'),
       url('webfont.woff2') format('woff2'),
       url('webfont.woff') format('woff');
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #font #face
ADD COMMENT
Topic
Name
4+8 =