diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-01-29 19:41:16 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-01-29 19:41:16 +0100 |
commit | cc04250be9f80b977677dfbb8fb9002838909975 (patch) | |
tree | b8c190385010bfdc8ea9ed094295a9e530322130 /asset-sources/theme.scss | |
parent | 72397e0abd3d48f884fe04538cc622e613fa0df7 (diff) | |
download | fietsboek-cc04250be9f80b977677dfbb8fb9002838909975.tar.gz fietsboek-cc04250be9f80b977677dfbb8fb9002838909975.tar.bz2 fietsboek-cc04250be9f80b977677dfbb8fb9002838909975.zip |
replace Junction with Inter
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 6c381bc..bdc18f9 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -3,7 +3,7 @@ html { } body { - font-family: "Junction", sans-serif; + font-family: "Inter", sans-serif; font-weight: 300; color: #101010; background: #efefef; |