Skip to content

Commit 1ffeb57

Browse files
committed
Swap out typeface for Carrois Gothic
This is also a webfont from Google Fonts, which has a strong similarity to the typeface used in the new logo
1 parent 5c52edd commit 1ffeb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylesheets/core.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
2-
@import url(http://fonts.googleapis.com/css?family=Montserrat:400);
2+
@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic);
33

44
body {
55
background: #f2f8ff;
6-
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
6+
font-family: 'Carrois Gothic', Helvetica, Arial, sans-serif;
77
font-size: 100%;
88
letter-spacing: 0.5px;
99
}

0 commit comments

Comments
 (0)