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....")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Roboto=
=Installing Fonts=
 
==Mac==
 
To install a font like .ttf on your Mac:
 
To install for a single user, put the ttf file in <code>~/Library/Fonts</code>
 
To install for all users, put the ttf file in <code>/Library/Fonts</code>
 
=Specific Fonts=
 
==Roboto==


For Roboto, a font that looks like this:
For Roboto, a font that looks like this:


http://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/
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 21:
@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==
Two nice Russian-looking fonts are:
* [[File:Kremlin.ttf]] for a Cyrillic-looking English font
* [[File:Kremlin Bolshevik.ttf]] for a bold version of the Kremlin font
* [[File:Kremlin Kourier.ttf]] for a fixed-width Cyrillic-looking font that works great for your terminal
[[Image:KremlinTerminal.png|500px]]
[[Category:Web]]
[[Category:Fonts]]

Latest revision as of 07:37, 28 June 2020

Installing Fonts

Mac

To install a font like .ttf on your Mac:

To install for a single user, put the ttf file in ~/Library/Fonts

To install for all users, put the ttf file in /Library/Fonts

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);

Kremlin Fonts

Two nice Russian-looking fonts are:

KremlinTerminal.png