css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing) v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 26 Jul 2020 18:13:48 +0200
branchv_0
changeset 304 95add699346d
parent 303 e2e36bc0a94c
child 305 9045be58e159
css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
relpipe-data/css/DejaVuSansMono.woff
relpipe-data/css/lmmono10-regular.woff
relpipe-data/css/lmsans10-regular.woff
relpipe-data/css/relpipe.css
Binary file relpipe-data/css/DejaVuSansMono.woff has changed
Binary file relpipe-data/css/lmmono10-regular.woff has changed
Binary file relpipe-data/css/lmsans10-regular.woff has changed
--- a/relpipe-data/css/relpipe.css	Tue Jul 14 16:45:13 2020 +0200
+++ b/relpipe-data/css/relpipe.css	Sun Jul 26 18:13:48 2020 +0200
@@ -1,3 +1,33 @@
+@font-face {
+	font-family: "lmsans10-regular";
+	src: url("lmsans10-regular.woff");
+}
+
+@font-face {
+	font-family: "lmmono10-regular";
+	src: url("lmmono10-regular.woff");
+}
+
+@font-face {
+	font-family: "DejaVuSansMono";
+	src: url("DejaVuSansMono.woff");
+}
+
+body {
+	font-family: "lmsans10-regular", sans-serif;
+}
+
+code {
+	font-family: "lmmono10-regular", "DejaVuSansMono", monospace;
+}
+
+pre {
+	font-family: "DejaVuSansMono", monospace;
+	-moz-tab-size: 4;
+	-o-tab-size: 4;
+	tab-size: 4;
+}
+
 .logo {
 	background-color: black;
 	height: 64px;