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

github.com/themefisher/infinity-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f86ede8..f4ab534 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -6,7 +6,7 @@ body {
font-weight: 300;
line-height: 25px;
color: #3b4045;
- font: 14px/22px 'Source Sans Pro', sans-serif, Helvetica, Arial, sans-serif;
+ font: 14px/22px 'Cabin', sans-serif, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
@@ -102,7 +102,7 @@ a:active {
}
.heading p {
- font-family: 'Droid Serif', serif;
+ font-family: 'Cabin', serif;
font-size: 15px;
line-height: 24px;
font-weight: 300;
@@ -581,4 +581,4 @@ footer p a {
footer p a:hover {
color: #fff;
text-decoration: none;
-} \ No newline at end of file
+}