Template:Webfont: Difference between revisions
From FrathWiki
Jump to navigationJump to search
No edit summary |
(Attempted fix for html sanitisation) |
||
Line 1: | Line 1: | ||
<html> | |||
<style scoped="scoped" type="text/css"> | <style scoped="scoped" type="text/css"> | ||
@font-face | @font-face | ||
Line 8: | Line 9: | ||
{font-family:{{{name}}};} | {font-family:{{{name}}};} | ||
</style> | </style> | ||
</html> |
Latest revision as of 05:12, 14 March 2014
<html> <style scoped="scoped" type="text/css"> @font-face {font-family:{{{name}}}; src: url({{{url}}}); }
.{{{name}}} {font-family:{{{name}}};} </style> </html>