]> OzVa Git service - delta-velorum/commitdiff
Added EB Garamond and made top submit stick to top
authorMax Value <greenwoodw50@gmail.com>
Mon, 4 May 2026 12:36:43 +0000 (13:36 +0100)
committerMax Value <greenwoodw50@gmail.com>
Mon, 4 May 2026 12:36:43 +0000 (13:36 +0100)
14 files changed:
argo/static/admin.css
argo/static/andika.css
argo/static/fonts/EBGaramond-Bold.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-BoldItalic.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-ExtraBold.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-ExtraBoldItalic.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-Italic.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-Medium.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-MediumItalic.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-Regular.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-SemiBold.woff2 [new file with mode: 0644]
argo/static/fonts/EBGaramond-SemiBoldItalic.woff2 [new file with mode: 0644]
argo/static/garamond.css [new file with mode: 0644]
argo/templates/index.html

index 8ec2ddc67d6a391176c92d0670edfdde39db2588..aee1ec6231748afa54bc361beee4fff44528583e 100644 (file)
@@ -2,6 +2,11 @@
 
 :root {
        --nav-background: lightgray;
+       font-family: sans-serif;
+}
+h1, h2, h3, h4, h5, h6 {
+       font-family: "EB Garamond", serif;
+       font-size-adjust: 0.5;
 }
 
 body > * {
@@ -20,6 +25,13 @@ main {
        left: min(20%, calc(350px));
 }
 
+/* TOP SUBMIT BUTTON */
+
+input[type="submit"]:first-of-type {
+       outline: 15px solid white;
+       position: sticky; top: 0px;
+}
+
 /* THE OPTIONS GRID */
 
 .optionsGrid {
index 0f268e542413683645f6289306fe39adf1ad8855..55af682c346378a7eb94ffaedb0509dd47535387 100644 (file)
@@ -49,7 +49,3 @@ Open Font License, Version 1.1 (https://openfontlicense.org).
        font-style: italic;\r
        src: url(/static/fonts/Andika-BoldItalic.woff2);\r
 }\r
-\r
-:root {\r
-       font-family: "Andika", sans-serif;\r
-}\r
diff --git a/argo/static/fonts/EBGaramond-Bold.woff2 b/argo/static/fonts/EBGaramond-Bold.woff2
new file mode 100644 (file)
index 0000000..a437c8d
Binary files /dev/null and b/argo/static/fonts/EBGaramond-Bold.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-BoldItalic.woff2 b/argo/static/fonts/EBGaramond-BoldItalic.woff2
new file mode 100644 (file)
index 0000000..e3fe0f5
Binary files /dev/null and b/argo/static/fonts/EBGaramond-BoldItalic.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-ExtraBold.woff2 b/argo/static/fonts/EBGaramond-ExtraBold.woff2
new file mode 100644 (file)
index 0000000..d17f262
Binary files /dev/null and b/argo/static/fonts/EBGaramond-ExtraBold.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-ExtraBoldItalic.woff2 b/argo/static/fonts/EBGaramond-ExtraBoldItalic.woff2
new file mode 100644 (file)
index 0000000..a65690b
Binary files /dev/null and b/argo/static/fonts/EBGaramond-ExtraBoldItalic.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-Italic.woff2 b/argo/static/fonts/EBGaramond-Italic.woff2
new file mode 100644 (file)
index 0000000..da98825
Binary files /dev/null and b/argo/static/fonts/EBGaramond-Italic.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-Medium.woff2 b/argo/static/fonts/EBGaramond-Medium.woff2
new file mode 100644 (file)
index 0000000..00651d5
Binary files /dev/null and b/argo/static/fonts/EBGaramond-Medium.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-MediumItalic.woff2 b/argo/static/fonts/EBGaramond-MediumItalic.woff2
new file mode 100644 (file)
index 0000000..6ae00ce
Binary files /dev/null and b/argo/static/fonts/EBGaramond-MediumItalic.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-Regular.woff2 b/argo/static/fonts/EBGaramond-Regular.woff2
new file mode 100644 (file)
index 0000000..c51dbd3
Binary files /dev/null and b/argo/static/fonts/EBGaramond-Regular.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-SemiBold.woff2 b/argo/static/fonts/EBGaramond-SemiBold.woff2
new file mode 100644 (file)
index 0000000..ec036e6
Binary files /dev/null and b/argo/static/fonts/EBGaramond-SemiBold.woff2 differ
diff --git a/argo/static/fonts/EBGaramond-SemiBoldItalic.woff2 b/argo/static/fonts/EBGaramond-SemiBoldItalic.woff2
new file mode 100644 (file)
index 0000000..0f361e2
Binary files /dev/null and b/argo/static/fonts/EBGaramond-SemiBoldItalic.woff2 differ
diff --git a/argo/static/garamond.css b/argo/static/garamond.css
new file mode 100644 (file)
index 0000000..27e7718
--- /dev/null
@@ -0,0 +1,49 @@
+/*\r
+ * https://github.com/octaviopardo/EBGaramond12\r
+ * This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at http://scripts.sil.org/OFL\r
+*/\r
+\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 400;\r
+       src: url(/static/fonts/EBGaramond-Regular.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 500;\r
+       src: url(/static/fonts/EBGaramond-Medium.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 600;\r
+       src: url(/static/fonts/EBGaramond-SemiBold.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 700;\r
+       src: url(/static/fonts/EBGaramond-Bold.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 400;\r
+       font-style: italic;\r
+       src: url(/static/fonts/EBGaramond-Italic.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 500;\r
+       font-style: italic;\r
+       src: url(/static/fonts/EBGaramond-MediumItalic.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 600;\r
+       font-style: italic;\r
+       src: url(/static/fonts/EBGaramond-SemiBoldItalic.woff2);\r
+}\r
+@font-face {\r
+       font-family: "EB Garamond";\r
+       font-weight: 700;\r
+       font-style: italic;\r
+       src: url(/static/fonts/EBGaramond-BoldItalic.woff2);\r
+}\r
index af8760e9707689fe73527bd375ceaa71d15f01c2..a09db011116b4d62dabdd0b6cd76d264f7aabcfb 100644 (file)
@@ -3,6 +3,7 @@
        <head>
                <link rel="stylesheet" href="/static/style.css">
                <link rel="stylesheet" href="/static/andika.css">
+               <style> :root { font-family: "Andika", sans-serif; } </style>
 
                {# ELEMENT STYLING IMPORTS #}
                <link rel="stylesheet" href="/static/style/side_box.css">