diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-13 10:25:39 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-13 10:25:39 -0800 |
| commit | 5a4dd81d20d139a54eb77cb7a5dad911c654a91d (patch) | |
| tree | 1a8e7278145ca6a19ac7f479eb098e5e9afab9fa /styles.css | |
| parent | 59a283ac82fb89452ff55e85244617ca6e87745d (diff) | |
Added Font Files
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +@font-face { + font-family: "Josefin Sans"; + src: url("fonts/JosefinSans-VariableFont_wght.ttf"); + src: url("fonts/JosefinSans-VariableFont_wght.ttf") format("truetype"); +} * { margin: 0px; padding: 0px; |
