: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 > * {
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 {
--- /dev/null
+/*\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
<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">