Skip to content

Commit 50c5a88

Browse files
authored
Merge pull request #75 from Carreau/bolder
Make font a time bit bolder.
2 parents 4043971 + 9484d2f commit 50c5a88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_includes/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
================================================== */
5353
body {
5454
background: #fff;
55-
font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif;
55+
font: 14px/21px "Raleway", "HelveticaNeue", Arial, sans-serif;
5656
color: #444;
5757
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
5858
-webkit-text-size-adjust: 100%;

combo.css

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ div.vis-item.py2, p.py2 {
1717

1818
}
1919

20+
p {
21+
font-weight: 300;
22+
}
23+
2024
p.py2:first-child, p.py3:first-child{
2125
margin-top: 0px;
2226
margin-bottom: 5px;

0 commit comments

Comments
 (0)