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:30:28 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:30:28 +0300
commit2be278471131f6c2f9082e29a4afed0cd2350329 (patch)
treef4eb2350e7e4a2e5514decf2ae2ea57caa804f13 /static
parentc8cd81869fabdcc7f7eaabcae5a98e4177ed160f (diff)
Set monospace fallbacks for Fira Code 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 e0609e1..ebf7757 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -221,7 +221,7 @@ blockquote {
code {
background-color: #dee5e9;
color: #00416a;
- font-family: "Fira Code", Helvetica, Arial, monospace;
+ font-family: "Fira Code", "Courier New", Courier, monospace;
padding: 0.1em 0.2em 0.1em 0.2em;
}