summaryrefslogtreecommitdiffstats
path: root/assets/css/_fonts.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-10 09:04:11 +0100
committerVolpeon <git@volpeon.ink>2023-01-10 09:04:11 +0100
commitd8bda573008ab1f23e30cb4f1533468090e5dddb (patch)
tree4d7e7f7c115e0bbe0c92787fd40d180d81f30fab /assets/css/_fonts.scss
parentUpdate (diff)
downloadvolpeon.ink-d8bda573008ab1f23e30cb4f1533468090e5dddb.tar.gz
volpeon.ink-d8bda573008ab1f23e30cb4f1533468090e5dddb.tar.bz2
volpeon.ink-d8bda573008ab1f23e30cb4f1533468090e5dddb.zip
Better asset handling; paragraph fix for new Pandoc versions; updated emojis
Diffstat (limited to 'assets/css/_fonts.scss')
-rw-r--r--assets/css/_fonts.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/assets/css/_fonts.scss b/assets/css/_fonts.scss
index 6b3095e..04c3e7c 100644
--- a/assets/css/_fonts.scss
+++ b/assets/css/_fonts.scss
@@ -3,7 +3,7 @@
3 font-style: normal; 3 font-style: normal;
4 font-weight: normal; 4 font-weight: normal;
5 font-display: swap; 5 font-display: swap;
6 src: url('/IBMPlexSans-Regular.woff2') format('woff2'); 6 src: url('/assets/IBMPlexSans-Regular.woff2') format('woff2');
7} 7}
8 8
9@font-face { 9@font-face {
@@ -11,7 +11,7 @@
11 font-style: italic; 11 font-style: italic;
12 font-weight: normal; 12 font-weight: normal;
13 font-display: swap; 13 font-display: swap;
14 src: url('/IBMPlexSans-Italic.woff2') format('woff2'); 14 src: url('/assets/IBMPlexSans-Italic.woff2') format('woff2');
15} 15}
16 16
17@font-face { 17@font-face {
@@ -19,7 +19,7 @@
19 font-style: normal; 19 font-style: normal;
20 font-weight: 500; 20 font-weight: 500;
21 font-display: swap; 21 font-display: swap;
22 src: url('/IBMPlexSans-Medium.woff2') format('woff2'); 22 src: url('/assets/IBMPlexSans-Medium.woff2') format('woff2');
23} 23}
24 24
25@font-face { 25@font-face {
@@ -27,7 +27,7 @@
27 font-style: normal; 27 font-style: normal;
28 font-weight: bold; 28 font-weight: bold;
29 font-display: swap; 29 font-display: swap;
30 src: url('/IBMPlexSans-Bold.woff2') format('woff2'); 30 src: url('/assets/IBMPlexSans-Bold.woff2') format('woff2');
31} 31}
32 32
33@font-face { 33@font-face {
@@ -35,7 +35,7 @@
35 font-style: normal; 35 font-style: normal;
36 font-weight: 50 950; 36 font-weight: 50 950;
37 font-display: swap; 37 font-display: swap;
38 src: url('/GaretVariable.woff2') format('woff2-variations'); 38 src: url('/assets/GaretVariable.woff2') format('woff2-variations');
39} 39}
40 40
41@font-face { 41@font-face {
@@ -43,7 +43,7 @@
43 font-style: normal; 43 font-style: normal;
44 font-weight: normal; 44 font-weight: normal;
45 font-display: swap; 45 font-display: swap;
46 src: url('/iosevka-term-ss09-regular.woff2') format('woff2'); 46 src: url('/assets/iosevka-term-ss09-regular.woff2') format('woff2');
47} 47}
48 48
49@font-face { 49@font-face {
@@ -51,5 +51,5 @@
51 font-style: normal; 51 font-style: normal;
52 font-weight: bold; 52 font-weight: bold;
53 font-display: swap; 53 font-display: swap;
54 src: url('/iosevka-term-ss09-bold.woff2') format('woff2'); 54 src: url('/assets/iosevka-term-ss09-bold.woff2') format('woff2');
55} 55}