diff options
author | Volpeon <git@volpeon.ink> | 2021-11-21 20:43:19 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-21 20:43:19 +0100 |
commit | 14bcb437be5f82740f14d7b196db776ae1afff13 (patch) | |
tree | a044a70fdf3b3dc5941c1a2d55f05b0d651bdd46 /assets/css | |
parent | Remove list title arrow again (diff) | |
download | volpeon.ink-14bcb437be5f82740f14d7b196db776ae1afff13.tar.gz volpeon.ink-14bcb437be5f82740f14d7b196db776ae1afff13.tar.bz2 volpeon.ink-14bcb437be5f82740f14d7b196db776ae1afff13.zip |
Added IBM Plex italic variant
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_fonts.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/_fonts.scss b/assets/css/_fonts.scss index c0d2ac1..aa1ec45 100644 --- a/assets/css/_fonts.scss +++ b/assets/css/_fonts.scss | |||
@@ -8,6 +8,14 @@ | |||
8 | 8 | ||
9 | @font-face { | 9 | @font-face { |
10 | font-family: 'IBM Plex Sans'; | 10 | font-family: 'IBM Plex Sans'; |
11 | font-style: italic; | ||
12 | font-weight: normal; | ||
13 | font-display: swap; | ||
14 | src: url('/IBMPlexSans-Italic.woff2') format('woff2'); | ||
15 | } | ||
16 | |||
17 | @font-face { | ||
18 | font-family: 'IBM Plex Sans'; | ||
11 | font-style: normal; | 19 | font-style: normal; |
12 | font-weight: bold; | 20 | font-weight: bold; |
13 | font-display: swap; | 21 | font-display: swap; |