Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css fontface

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"), 
  	   url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #fontface
ADD COMMENT
Topic
Name
9+2 =