diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-11-28 22:44:54 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-11-28 22:44:54 +0100 |
commit | 93fd90fd60852727c4328e50abe681960a34fc8a (patch) | |
tree | 0b1986eb8ee086a586441f81f50208f28f57bb2a /asset-sources/theme.scss | |
parent | 7495437c02b2338c2884d4e92dfb91a62123d0cd (diff) | |
download | fietsboek-93fd90fd60852727c4328e50abe681960a34fc8a.tar.gz fietsboek-93fd90fd60852727c4328e50abe681960a34fc8a.tar.bz2 fietsboek-93fd90fd60852727c4328e50abe681960a34fc8a.zip |
style adjustment: open sans -> junction/inter
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 35a3df1..12eff78 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -3,7 +3,7 @@ html { } body { - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Junction", sans-serif; font-weight: 300; color: #101010; background: #efefef; @@ -34,10 +34,24 @@ strong { } } +.navbar { + font-family: "Inter", sans-serif; + font-weight: 400; + margin-bottom: 1em; +} + +.ui-element { + font-family: "Inter", sans-serif; +} + .brand-link { text-decoration: none; } +#homeOverview { + margin-bottom: 1em; +} + .badge-container { width: 50px; height: 50px; @@ -111,6 +125,11 @@ strong { max-width: 100%; } +.track-badges { + justify-content: center; + margin-bottom: 1em; +} + .summary-toggler { cursor: pointer; } @@ -156,6 +175,7 @@ strong { width: 50px; display: inline-block; text-align: right; + font-variant: lining-nums; } .calendar-title { @@ -234,6 +254,10 @@ strong { } } +.browse-summary { + font-variant: lining-nums; +} + /* Ensure a consistent width of the cells in the browse view. */ .browse-summary th, .browse-summary td { width: 25%; |