# 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

* Then, install it (wherever it is located). It will then show up in font books:
* 
* 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.)