Fonts: Difference between revisions
From charlesreid1
No edit summary |
|||
| 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= | ||
Revision as of 07:31, 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);