Template:Webfont: Difference between revisions
From FrathWiki
Jump to navigationJump to search
(Created page with "<style scoped="scoped" type="text/css"> @font-face {font-family:{{{name}}}; src: url({{{url}}}; } .{{{name}}} {font-family:{{{name}}};} </style>") |
(Attempted fix for html sanitisation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | |||
<style scoped="scoped" type="text/css"> | <style scoped="scoped" type="text/css"> | ||
@font-face | @font-face | ||
{font-family:{{{name}}}; | {font-family:{{{name}}}; | ||
src: url({{{url}}}; | src: url({{{url}}}); | ||
} | } | ||
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>