Template:Webfont
From FrathWiki
Jump to navigationJump to search
<html> <style scoped="scoped" type="text/css"> @font-face {font-family:{{{name}}}; src: url({{{url}}}); }
.{{{name}}} {font-family:{{{name}}};} </style> </html>