From 78e3d5c3df02380c9f7bea970b48148348ab3d69 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Mon, 23 Aug 2021 09:47:37 +0800 Subject: [PATCH] adjust fonts, merge new theme/next --- source/_data/styles.styl | 15 +++++++++++++++ themes/next | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/source/_data/styles.styl b/source/_data/styles.styl index 2f5c757..51a4bc4 100644 --- a/source/_data/styles.styl +++ b/source/_data/styles.styl @@ -1,3 +1,18 @@ +@font-face { + font-family: 'Cascadia Code'; + src: url('../fonts/CascadiaCode-Light.woff2'); + src: url('../fonts/CascadiaCode-Light.woff2') format('woff2'), url('../fonts/CascadiaCode-Light.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Cascadia Code'; + src: url('../fonts/CascadiaCode-LightItalic.woff2'); + src: url('../fonts/CascadiaCode-LightItalic.woff2') format('woff2'), url('../fonts/CascadiaCode-LightItalic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} + .posts-expand { .post-title { font-size: 1.6em; diff --git a/themes/next b/themes/next index 390533f..23b83a2 160000 --- a/themes/next +++ b/themes/next @@ -1 +1 @@ -Subproject commit 390533f610eab5a8a2d7a2613f6ebe8c071cb5bc +Subproject commit 23b83a23c62d82519f4dcf9a7860ed0f8fc31f06