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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:28:32 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:28:32 +0300
commitc8cd81869fabdcc7f7eaabcae5a98e4177ed160f (patch)
tree917915ca5c4a15d006314b18e8b8b33422ff7a20 /static
parent99d1e540016a646f72c278b097b6d6516039a170 (diff)
Set serif fallbacks for Charter font
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 5fb9154..e0609e1 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -5,7 +5,7 @@
body {
background-color: #f8f8f8;
color: #3f3f3f;
- font-family: "Charter", Helvetica, Arial, serif;
+ font-family: "Charter", Times, "Times New Roman", serif;
margin: 0 auto;
}