diff options
-rw-r--r-- | assets/css/_fonts.scss | 8 | ||||
-rw-r--r-- | assets/fonts/IBMPlexSans-Italic.ttf | bin | 0 -> 189000 bytes | |||
-rw-r--r-- | content/9thPK7O3xn/index.md | 4 | ||||
-rw-r--r-- | content/projects/index.md | 7 | ||||
-rw-r--r-- | templates/base.html | 1 |
5 files changed, 14 insertions, 6 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; |
diff --git a/assets/fonts/IBMPlexSans-Italic.ttf b/assets/fonts/IBMPlexSans-Italic.ttf new file mode 100644 index 0000000..3a68a6e --- /dev/null +++ b/assets/fonts/IBMPlexSans-Italic.ttf | |||
Binary files differ | |||
diff --git a/content/9thPK7O3xn/index.md b/content/9thPK7O3xn/index.md index 1dd3b1e..370eee4 100644 --- a/content/9thPK7O3xn/index.md +++ b/content/9thPK7O3xn/index.md | |||
@@ -4,5 +4,5 @@ unlisted: true | |||
4 | feed: true | 4 | feed: true |
5 | --- | 5 | --- |
6 | 6 | ||
7 | Welcome to the personal section of my website! | 7 | Content that doesn't belong in the public sections of my website such as test pages or posts about more personal topics. |
8 | Here you will find content that doesn't belong in the public sections of my website such as test pages or posts about more personal topics. | 8 | Feel free to share pages from here *privately* --- i.e. not on public social media posts --- if you think someone would like them. |
diff --git a/content/projects/index.md b/content/projects/index.md index eaaf808..c87b36f 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
@@ -1,8 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: Projects | 2 | title: Projects |
3 | position: 2 | 3 | position: 2 |
4 | list_grid: true | 4 | list_grid: true |
5 | list_limit: 4 | ||
6 | --- | 5 | --- |
7 | 6 | ||
8 | A selection of projects I wasn't too lazy to create a page for. | 7 | A selection of projects I wasn't too lazy to create a page for. |
diff --git a/templates/base.html b/templates/base.html index 11a1b3d..76a2cf3 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -38,6 +38,7 @@ | |||
38 | <link rel="preload" href="/style.css?$style_hash$" as="style" /> | 38 | <link rel="preload" href="/style.css?$style_hash$" as="style" /> |
39 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 39 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
40 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 40 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
41 | <link rel="preload" href="/IBMPlexSans-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
41 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 42 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
42 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 43 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
43 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 44 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |