summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css33
1 files changed, 15 insertions, 18 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4a4ed49..d8e43b4 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,22 +1,4 @@
@font-face {
- font-family: "Hack";
- src: url(../fonts/Hack-Regular.ttf);
- font-display: swap;
-}
-
-@font-face {
- font-family: "Kingthings Foundation";
- src: url(../fonts/Kingthings-Foundation.ttf);
- font-display: swap;
-}
-
-@font-face {
- font-family: "Kingthings Exeter";
- src: url(../fonts/Kingthings-Exeter.ttf);
- font-display: swap;
-}
-
-@font-face {
font-family: "Venturis Old";
src: url(../fonts/VenturisOldADF-Regular.otf);
font-display: swap;
@@ -160,3 +142,18 @@ p:has(> img){
margin: 5px;
font-size: 110%;
}
+
+.giallo-l {
+ display: inline-block;
+ min-height: 1lh;
+ width: 100%;
+}
+.giallo-ln {
+ display: inline-block;
+ user-select: none;
+ margin-right: 0.4em;
+ padding: 0.4em;
+ min-width: 3ch;
+ text-align: right;
+ opacity: 0.8;
+}