Skip to content

Commit

Permalink
Merge pull request #131 from theodi/feature-calibri
Browse files Browse the repository at this point in the history
Fallback to Calibri in Windows
  • Loading branch information
Floppy authored Jul 1, 2016
2 parents 6b7c225 + 2664ca4 commit cdd310e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/public/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-family: 'Open Sans'
font-family: 'Open Sans', 'Calibri';
}

#readme img {
Expand Down
2 changes: 1 addition & 1 deletion lib/views/chart.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

div {
font-family: 'Open Sans';
font-family: 'Open Sans', 'Calibri';
}

#wrapper h1 {
Expand Down
2 changes: 1 addition & 1 deletion lib/views/number.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@import '/css/number.css';

div {
font-family: 'Open Sans';
font-family: 'Open Sans', 'Calibri';
}

#number h1 {
Expand Down
2 changes: 1 addition & 1 deletion lib/views/pie.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

div {
font-family: 'Open Sans';
font-family: 'Open Sans', 'Calibri';
}

#wrapper h1 {
Expand Down
2 changes: 1 addition & 1 deletion lib/views/target.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@import '/css/target.css';

div {
font-family: 'Open Sans';
font-family: 'Open Sans', 'Calibri';
}
</style>

Expand Down

0 comments on commit cdd310e

Please sign in to comment.