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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPravin Paratey <pravin@paratey.com>2020-10-25 13:48:16 +0300
committerPravin Paratey <pravin@paratey.com>2020-10-25 13:48:16 +0300
commit16a4f64140d3780ccb1c27aadfeb3a24ba12bd80 (patch)
treee8992548d72da4642ffc26000904b277df6d455b
parentee465a85c89aced73bf34e82ef6d68b3c41c7d5f (diff)
Changed base font from Merriweather to Bitter.
-rw-r--r--layouts/partials/header.html2
-rw-r--r--static/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 97baa8f..99a9139 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -24,7 +24,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/css/style.css">
- <link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300&family=Merriweather:ital,wght@0,300;0,700;1,300&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300&family=Bitter:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/atom.xml" />
diff --git a/static/css/style.css b/static/css/style.css
index d773198..ca596f1 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,5 +1,5 @@
html, body, button, input, select, textarea, .pure-g [class *="pure-u"] {
- font-family: "Merriweather", Palatino, serif;
+ font-family: Bitter, Palatino, serif;
}
body {