Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

use woff2 font in css

@font-face {
  font-family: 'MyWebFont';
  src:  url('myfont.woff2') format('woff2'),
        url('myfont.woff') format('woff');
}
 
PREVIOUS NEXT
Tagged: #font #css
ADD COMMENT
Topic
Name
7+2 =