Template:Webfont

From FrathWiki
Revision as of 05:12, 14 March 2014 by PeteBleackley (talk | contribs) (Attempted fix for html sanitisation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>