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:32:27 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:32:27 +0300
commit92658d79780d27f0e6e7c403ad1722e0b0ab4e4d (patch)
treedecf032c2f7669c96f65ea39bacfb821c208f92d /static
parent2be278471131f6c2f9082e29a4afed0cd2350329 (diff)
Set Fira Sans for <h1> through <h6> tags
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 ebf7757..028740e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -96,7 +96,7 @@ body {
background-color: #f8f8f8;
}
-h1, h2, h3 {
+h1, h2, h3, h4, h5, h6 {
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-weight: bold;
margin-top: 2em;