night-cherry 3 viikkoa sitten
vanhempi
sitoutus
f7413b2ddb
3 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 3 0
      style/common.css
  2. 1 1
      style/index.css
  3. 1 0
      style/sample.css

+ 3 - 0
style/common.css

@@ -111,6 +111,9 @@ body{
     background-color: var(--body-background-color);
     color: var(--font-color);
 }
+body p{
+    font-family: var(--font-family);
+}
 body a{
     color:var(--a-color);
     text-decoration: none;

+ 1 - 1
style/index.css

@@ -8,7 +8,7 @@ div span{
     /* padding: 3px; */
 }
 div span a{
-    font-family: var(--subhead-font-family);
+    font-family: var(--font-family);
     color:var(--a-color);
     text-decoration: none;
 }

+ 1 - 0
style/sample.css

@@ -39,4 +39,5 @@ body::before{
   /* width:fit-content;
   height:fit-content; */
   margin:auto;
+  font-family: var(--font-family);
 }