templates/style.css
branchv_0
changeset 67 78eca0b3ab5f
parent 63 20eed1382726
child 72 2e86632f5aef
--- a/templates/style.css	Mon Apr 27 10:55:46 2020 +0200
+++ b/templates/style.css	Tue Jul 14 16:42:04 2020 +0200
@@ -1,10 +1,15 @@
 @font-face {
-	font-family: "Sawasdee";
-	src: url("Sawasdee.woff");
+        font-family: "CMU Serif Roman";
+        src: url("cmunrm.woff");
+}
+
+@font-face {
+        font-family: "CMU Serif Bold";
+        src: url("cmunbx.woff");
 }
 
 body {
-	font-family: sans-serif;
+	font-family: "CMU Serif Roman";
 	font-size:  18px;
 	background-color: white;
 	color: black;
@@ -18,8 +23,8 @@
 }
 
 h1,h2,h3 {
-	font-family: Sawasdee;
-	font-weight: bold;
+	font-family: "CMU Serif Bold";
+	font-weight: normal;
 }
 
 h1 {
@@ -27,19 +32,13 @@
 }
 
 a.anchor {
-	color: transparent;
-	text-shadow: 0 0 0 #eee;
+	color:  #eee;
 	text-decoration: none;
-	font-family: sans-serif;
-	font-weight: normal;
-	font-size: medium;
-	width: 0px;
-	height: 0px;
-	display: inline-block;
+	font-size: 80%;
 }
 
 h2:hover > a.anchor, li:hover > a.anchor {
-	text-shadow: 0 0 0 #999;
+	color: #999;
 	text-decoration: none;
 }