summaryrefslogtreecommitdiff
path: root/assets/boring.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/boring.css')
-rw-r--r--assets/boring.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/assets/boring.css b/assets/boring.css
new file mode 100644
index 0000000..48d61f7
--- /dev/null
+++ b/assets/boring.css
@@ -0,0 +1,54 @@
+@font-face {
+ font-family: 'Josefin Sans';
+ src: url('/assets/fonts/josefinsans-regular.woff2') format('woff2'),
+ url('/assets/fonts/josefinsans-regular.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Poly';
+ src: url('/assets/fonts/poly-regular.woff2') format('woff2'),
+ url('/assets/fonts/poly-regular.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Poly';
+ src: url('/assets/fonts/poly-regularitalic.woff2') format('woff2'),
+ url('/assets/fonts/poly-regularitalic.woff') format('woff');
+ font-weight: normal;
+ font-style: italic;
+}
+
+html {
+ --dark: #222;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Futura', 'Josefin Sans', sans-serif;
+ font-weight: normal;
+}
+
+body {
+ color: var(--dark);
+ font-family: 'Palatino', 'Poly', serif;
+}
+
+a {
+ color: var(--dark);
+}
+
+a:hover {
+ color: #0033cc;
+}
+
+hr {
+ border: none;
+ border-bottom: 1px dotted #999;
+}
+
+p {
+ line-height: 1.5;
+}