aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-25 17:12:05 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-25 17:12:05 +0000
commit40bd9b96f33cdbea6318a7bbb9cd2ca605c60d56 (patch)
treeba69b0f9a81b13da608ce8f33934b565b123950a
parent9a05e9faddee576b6f6c1c7a91d15a7a5827a8d4 (diff)
downloadvericert-kvx-40bd9b96f33cdbea6318a7bbb9cd2ca605c60d56.tar.gz
vericert-kvx-40bd9b96f33cdbea6318a7bbb9cd2ca605c60d56.zip
Update css file
-rw-r--r--docs/css/org.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/css/org.css b/docs/css/org.css
index 99008e7..6267368 100644
--- a/docs/css/org.css
+++ b/docs/css/org.css
@@ -198,7 +198,7 @@ img {
h1,h2,h3,h4,h5,h6 {
color: #A5573E;
line-height: 1em;
- font-family: "Iosevka", sans-serif;
+ font-family: "Iosevka Web", sans-serif;
}
h1,h2,h3 {
@@ -317,7 +317,7 @@ kbd {
border-radius: 3px;
background-clip: padding-box;
font-size: 80%;
- font-family: "Iosevka", monospace;
+ font-family: "Iosevka Web", monospace;
line-height: 1;
}
@@ -328,13 +328,13 @@ kbd {
border-radius: 3px;
background-clip: padding-box;
font-size: 80%;
- font-family: "Iosevka", monospace;
+ font-family: "Iosevka Web", monospace;
line-height: 1;
}
.priority {
color: orange;
- font-family: "Iosevka", monospace;
+ font-family: "Iosevka Web", monospace;
}
/* Because tag span is set to float. This is more like a hacking. Maybe we
@@ -344,7 +344,7 @@ kbd {
}
.tag {
- font-family: "Iosevka", monospace;
+ font-family: "Iosevka Web", monospace;
font-size: 0.7em;
font-weight: normal;
}
@@ -414,7 +414,7 @@ p.verse {
.org-src-container {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
- font-family: "Iosevka", monospace;
+ font-family: "Iosevka Web", monospace;
font-size: 80%;
margin: 1em auto;
padding: 0.1em 0.5em;