diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-08-22 09:17:24 +0200 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-08-22 09:17:24 +0200 |
commit | ed20dd6e308859a376e8087f9b4b74be13a83161 (patch) | |
tree | 09c8ae99ec2bdd984d9da7954c132fd232b22ee2 | |
parent | b0eebf79e6cfc284a29f9c3df2209a68552e97aa (diff) | |
download | missing-ed20dd6e308859a376e8087f9b4b74be13a83161.tar.gz missing-ed20dd6e308859a376e8087f9b4b74be13a83161.zip |
change default --main-font
-rw-r--r-- | src/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.css b/src/main.css index ef6434b..fd8b781 100644 --- a/src/main.css +++ b/src/main.css @@ -47,7 +47,7 @@ --border-radius: .2rem; /* Fonts */ - --main-font: 'Inter', -apple-system, system-ui, sans-serif; + --main-font: 'Source Sans 3', 'Source Sans Pro', -apple-system, system-ui, sans-serif; --secondary-font: var(--main-font); /* Headings etc. */ --mono-font: 'M Plus Code Latin', monospace, monospace; /* monospace twice stops browsers from shrinking this */ |