Template:Webfont

From FrathWiki
Jump to: navigation, search

<html> <style scoped="scoped" type="text/css"> @font-face {font-family:{{{name}}}; src: url({{{url}}}); }

.{{{name}}} {font-family:{{{name}}};} </style> </html>