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:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2020-01-16 09:21:56 +0300
committerGitHub <noreply@github.com>2020-01-16 09:21:56 +0300
commit0ba90ebf9393324bcdefb933cd26d917171a993c (patch)
tree1837413a821f7bac7da9c100e349d3c44261fd77
parent5eaec68dd8dd33552769ba6316f4e8e7594bf588 (diff)
parentd0ce3a32f483976ebf5bfd76ff4932b67079339e (diff)
Merge pull request #10 from casperorg/patch-1
update 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
+}