Fonts: Difference between revisions
From charlesreid1
No edit summary |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=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= | =Specific Fonts= | ||
| Line 14: | Line 24: | ||
==Kremlin Fonts== | ==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:
- 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