diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-03-18 15:19:19 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-03-18 15:19:19 -0400 |
| commit | 13475efda64dd9a89923df9bcd2acb9a53ba5d1c (patch) | |
| tree | e2d202ef9a6a94521f090615ba58eb6fcdb0e444 /static/css/shim.css | |
| parent | ccf0864e49a3dcf4c42c4a8a5f62877b45148cb4 (diff) | |
| download | xesite-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.css | 16 |
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; |
