From 14bcb437be5f82740f14d7b196db776ae1afff13 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 21 Nov 2021 20:43:19 +0100 Subject: Added IBM Plex italic variant --- assets/css/_fonts.scss | 8 ++++++++ assets/fonts/IBMPlexSans-Italic.ttf | Bin 0 -> 189000 bytes content/9thPK7O3xn/index.md | 4 ++-- content/projects/index.md | 7 +++---- templates/base.html | 1 + 5 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 assets/fonts/IBMPlexSans-Italic.ttf 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 @@ -6,6 +6,14 @@ src: url('/IBMPlexSans-Regular.woff2') format('woff2'); } +@font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: normal; + font-display: swap; + src: url('/IBMPlexSans-Italic.woff2') format('woff2'); +} + @font-face { font-family: 'IBM Plex Sans'; font-style: normal; diff --git a/assets/fonts/IBMPlexSans-Italic.ttf b/assets/fonts/IBMPlexSans-Italic.ttf new file mode 100644 index 0000000..3a68a6e Binary files /dev/null and b/assets/fonts/IBMPlexSans-Italic.ttf 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 feed: true --- -Welcome to the personal section of my website! -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. +Content that doesn't belong in the public sections of my website such as test pages or posts about more personal topics. +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 @@ --- -title: Projects -position: 2 -list_grid: true -list_limit: 4 +title: Projects +position: 2 +list_grid: true --- 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 @@ + -- cgit v1.2.3-70-g09d2