summaryrefslogtreecommitdiffstats
path: root/themes/oni/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/oni/css/style.css')
-rw-r--r--themes/oni/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/oni/css/style.css b/themes/oni/css/style.css
index d7972cb..871b299 100644
--- a/themes/oni/css/style.css
+++ b/themes/oni/css/style.css
@@ -3,7 +3,7 @@
body {
background-color: #ffffff;
color: #111111;
- font-family: 'Roboto', sans-serif;
+ font-family: 'open_sansregular', sans-serif;
font-size: 15px;
line-height: 1.2em;
padding-top: 20px;
@@ -24,7 +24,7 @@ a:visited { color: #f012be; }
pre, code, tt { font-family: 'FantasqueSansMono-Regular'; }
-h1 { font-size: 1.6em; font-family: 'Roboto'; font-weight: 700; text-align: center; }
+h1 { font-size: 1.6em; font-family: 'open_sansregular', sans-serif; font-weight: 700; text-align: center; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
@@ -46,7 +46,7 @@ article .article-content { margin-left: 2em; }
article h1 small {
display: block;
font-size: 0.6em;
- font-family: 'Roboto', sans-serif;
+ font-family: 'open_sansregular', sans-serif;
font-weight: normal;
}