about summary refs log tree commit diff
path: root/static/css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-04-06 12:29:45 -0700
committerFranck Cuny <franck@fcuny.net>2021-04-06 12:29:45 -0700
commit54580d9be2e3f8f6de55c4737061cdaa40e4d978 (patch)
treeca65ac17dee8781e3943e958db74d59028254d88 /static/css
parentlayout: fix format for the date (diff)
downloadfcuny.net-54580d9be2e3f8f6de55c4737061cdaa40e4d978.tar.gz
css: change the default font
Diffstat (limited to 'static/css')
-rw-r--r--static/css/custom.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 45f9732..c84a013 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,13 +1,13 @@
-@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
+@import url('https://fonts.googleapis.com/css2?family=Roboto');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400');
 
 *, *:before, *:after { box-sizing: border-box; }
 
 body {
-    background-color: #ffffea;
-    line-height: 1.6rem;
-    font-size: 18px;
-    font-family: "Roboto Slab", serif;
+    background-color: #ffffff;
+    line-height: 1.5rem;
+    font-size: 16px;
+    font-family: "Roboto", Arial, sans-serif;
     color: #000;
     padding: 2rem;
 }