Template:The World Language Font: Difference between revisions
Jump to navigation
Jump to search
MysteryCorgi (talk | contribs) No edit summary |
MysteryCorgi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
@font-face { | |||
font-family: 'ZaWarudo'; | |||
font-style: normal; | |||
font-weight: 400; | |||
src: local('ZaWarudo-Medium'), local('ZaWarudo-Medium'), url(https://dothack.info/images/f/f0/ZaWarudo-Medium.woff2) format('woff2'); | |||
} | |||
<p style="font-family:ZaWarudo">Text Goes Here</p> | <p style="font-family:ZaWarudo">Text Goes Here</p> | ||
Revision as of 16:29, 30 October 2024
@font-face {
font-family: 'ZaWarudo'; font-style: normal; font-weight: 400; src: local('ZaWarudo-Medium'), local('ZaWarudo-Medium'), url(https://dothack.info/images/f/f0/ZaWarudo-Medium.woff2) format('woff2');
}
Text Goes Here
Usage:
<p style="font-family:ZaWarudo">Text Goes Here</p>