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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html3
-rw-r--r--static/css/blackburn.css4
2 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a671762..86f3bd0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -28,6 +28,9 @@
<!-- Icons -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
+ <!-- Fonts -->
+ <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
+
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" href="{{ .Site.BaseURL }}/index.xml" />
</head>
diff --git a/static/css/blackburn.css b/static/css/blackburn.css
index a4c927f..49e6386 100644
--- a/static/css/blackburn.css
+++ b/static/css/blackburn.css
@@ -1,3 +1,7 @@
+.header {
+ font-family: "Raleway", Helvetica, Arial, sans-serif
+}
+
a {
color: #3b8bba;
text-decoration: none;