# Fonts To get the current font (or add a new, cool one), do the following: * Add this block of code to obsidian CSS: ```css body, h1, h2, p { font-family: 'Spectral-ExtraLight', sans-serif; line-height: 1.6; } ``` * Then, download it's `.ttf` file and install it on mac: * For spectral, go to it's page on google fonts [here](https://fonts.google.com/specimen/Spectral?selection.family=Spectral:wght@200;400&sidebar.open=true) * Click download all ![](Screen%20Shot%202020-12-12%20at%205.02.08%20PM.png) * Then, install it (wherever it is located). It will then show up in font books: * ![](Screen%20Shot%202020-12-12%20at%205.03.06%20PM.png) * To ensure the css works for the current setup, be sure to have the following fonts from Spectral installed: * ExtraLight * ExtraLight Italic * Bold * To install new font's read [here](https://support.apple.com/en-us/HT201749) * To view the font's installed on this mac, go [here](https://support.apple.com/guide/font-book/view-and-print-fonts-fntbk1001/mac#:~:text=If%20the%20preview%20pane%20isn,system%20fonts%20available%20for%20download.)