aboutsummaryrefslogtreecommitdiff
path: root/static/css/shim.css
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-18 15:19:19 -0400
committerXe Iaso <me@xeiaso.net>2023-03-18 15:19:19 -0400
commit13475efda64dd9a89923df9bcd2acb9a53ba5d1c (patch)
treee2d202ef9a6a94521f090615ba58eb6fcdb0e444 /static/css/shim.css
parentccf0864e49a3dcf4c42c4a8a5f62877b45148cb4 (diff)
downloadxesite-13475efda64dd9a89923df9bcd2acb9a53ba5d1c.tar.xz
xesite-13475efda64dd9a89923df9bcd2acb9a53ba5d1c.zip
css: use Iosevka Iaso fonts
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'static/css/shim.css')
-rw-r--r--static/css/shim.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/shim.css b/static/css/shim.css
index 716490a..c9599b5 100644
--- a/static/css/shim.css
+++ b/static/css/shim.css
@@ -22,6 +22,14 @@ article blockquote {
max-width: 70ch;
}
+article h1 {
+ font-weight: 900;
+}
+
+article small {
+ font-weight: 600;
+}
+
.conversation {
margin-top: 0.25rem;
display: flex;
@@ -123,6 +131,14 @@ figcaption {
min-height: 16px;
}
+img.picture {
+ max-height: 36rem;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Iosevka Etoile Iaso", Menlo, monospace;
+}
+
@media (prefers-color-scheme: light) {
.warning {
background-color: #fbf1c7;