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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-08 13:41:37 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-08 13:41:37 +0300
commit6f6257751b70c8493d5b815208d38c7802323831 (patch)
treebbe2a5823e4909f17846d89e956e501d882d9654 /assets
parent78d8600723b13a671a55639a42dafa4d718550f9 (diff)
modified config, faq, header and footer
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3af6214..ad2f59a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,6 +1,6 @@
body {
line-height: 1.5;
- font-family: "Lato", sans-serif;
+ font-family: var(--font-family), sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 17px;
color: var(--text-color);
@@ -19,7 +19,7 @@ h4,
h5,
h6 {
color: var(--text-color-dark);
- font-family: "Lato", sans-serif;
+ font-family: var(--font-family), sans-serif;
font-weight: 700;
line-height: 1.2;
}
@@ -57,7 +57,7 @@ h6,
/* Button style */
.btn {
font-size: 14px;
- font-family: "Lato", sans-serif;
+ font-family: var(--font-family), sans-serif;
text-transform: uppercase;
padding: 16px 44px;
border-radius: 0px;
@@ -410,7 +410,7 @@ header.sticky-top {
position: relative;
color: var(--text-color-dark);
transition: .2s ease;
- font-family: "Lato", sans-serif;
+ font-family: var(--font-family), sans-serif;
}
@media (max-width: 991px) {