Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbake <bake@192k.pw>2019-05-28 01:01:42 +0300
committerbake <bake@192k.pw>2019-05-28 01:01:42 +0300
commit3c9475454932f1eb426827a762fc0e7fb11537a4 (patch)
treef038e798fda0d97b9532e0e4639bbe3671b4ab7c
parent43427edcd74e875a01b054809419023936e9b1a9 (diff)
Fix font
-rwxr-xr-xstatic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4102c8e..0fab2ea 100755
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -133,7 +133,7 @@ iframe {
/*** Basics ***/
body {
- font-family: serif;
+ font-family: Verdana, Sans-Serif;
font-size: 13px;
line-height: 1.7;
}