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

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2015-04-28 09:55:59 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2015-04-28 09:55:59 +0300
commitd321a882d336cf05e030b335658ee63482fc188e (patch)
treef6518d3e77332f9293f74a9f9a0af4bd295305c5 /static
parentb8761a3a01ce22e37b732367c70ee05588701f53 (diff)
Use helvetica for all fonts
Diffstat (limited to 'static')
-rw-r--r--static/css/bootie-docs.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index 3ae9b7f..df83121 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -3,7 +3,7 @@
*/
body {
- font-family: Georgia, "Times New Roman", Times, serif;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #555;
}
@@ -14,7 +14,6 @@ h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #333;
}