/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('☺'), url("GraublauWeb.woff") format("woff"), url("GraublauWeb.otf") format("opentype"), url("GraublauWeb.svg#grablau") format("svg"); } /* Now you can use the font on any element you like. */ h1 { font-family: 'Graublau Web'; }