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
path: root/static
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-22 01:04:27 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-22 01:04:27 +0300
commit00027eb67420c06edfff7cb8966e3bd23b50142d (patch)
treecb43035f6a097d088c6fe818816e8ec9fc8bb095 /static
parent131552775bb14f485186d05dc6c9aad85d76a5f0 (diff)
Use font Raleway for headers
Diffstat (limited to 'static')
-rw-r--r--static/css/blackburn.css4
1 files changed, 4 insertions, 0 deletions
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;