Fonts: Difference between revisions
From charlesreid1
(Created page with "=Roboto= For Roboto, a font that looks like this: http://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/ Add this to your css: <pre> @import url(http://fonts.googleapis....") |
No edit summary |
||
| Line 1: | Line 1: | ||
=Roboto= | =Specific Fonts= | ||
==Roboto== | |||
For Roboto, a font that looks like this: | For Roboto, a font that looks like this: | ||
https://web.archive.org/save/https://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/ | |||
Add this to your css: | Add this to your css: | ||
| Line 9: | Line 11: | ||
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,300italic,400italic); | @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,300italic,400italic); | ||
</pre> | </pre> | ||
==Kremlin Fonts== | |||
==Newton Font== | |||
Revision as of 07:25, 28 June 2020
Specific Fonts
Roboto
For Roboto, a font that looks like this:
https://web.archive.org/save/https://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/
Add this to your css:
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,300italic,400italic);