|
5 | 5 |
|
6 | 6 | /* Carlogo font (similar to Calibri in the MPL logo) */ |
7 | 7 | @font-face { |
8 | | - font-family: 'CarlogoRegular'; |
| 8 | + font-family: 'Carlogo'; |
9 | 9 | font-style: normal; |
| 10 | + font-weight: normal; |
10 | 11 | src: local('Carlito'), |
11 | 12 | url('fonts/carlogo-regular.woff2') format('woff2'), |
12 | 13 | url('fonts/carlogo-regular.woff') format('woff'), |
13 | 14 | url('fonts/carlogo-regular.ttf') format('truetype') |
14 | 15 | } |
15 | 16 |
|
16 | 17 | @font-face { |
17 | | - font-family: 'CarlogoBold'; |
18 | | - font-style: bold; |
| 18 | + font-family: 'Carlogo'; |
| 19 | + font-style: normal; |
| 20 | + font-weight: bold; |
19 | 21 | src: local('Carlito Bold'), |
20 | 22 | url('fonts/carlogo-bold.woff2') format('woff2'), |
21 | 23 | url('fonts/carlogo-bold.woff') format('woff'), |
22 | 24 | url('fonts/carlogo-bold.ttf') format('truetype') |
23 | 25 | } |
24 | 26 |
|
| 27 | +@font-face { |
| 28 | + font-family: 'Carlogo'; |
| 29 | + font-style: italic; |
| 30 | + font-weight: normal; |
| 31 | + src: local('Carlito Italic'), |
| 32 | + url('fonts/carlogo-italic.woff2') format('woff2'), |
| 33 | + url('fonts/carlogo-italic.woff') format('woff'), |
| 34 | + url('fonts/carlogo-italic.ttf') format('truetype') |
| 35 | +} |
| 36 | + |
| 37 | +@font-face { |
| 38 | + font-family: 'Carlogo'; |
| 39 | + font-style: italic; |
| 40 | + font-weight: bold; |
| 41 | + src: local('Carlito Bold Italic'), |
| 42 | + url('fonts/carlogo-bolditalic.woff2') format('woff2'), |
| 43 | + url('fonts/carlogo-bolditalic.woff') format('woff'), |
| 44 | + url('fonts/carlogo-bolditalic.ttf') format('truetype') |
| 45 | +} |
| 46 | + |
25 | 47 |
|
26 | 48 | body { |
27 | | - font-family: "Helvetica Neue", Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif; |
| 49 | + font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif; |
28 | 50 | font-size: 14px; |
29 | 51 | line-height: 150%; |
30 | 52 | text-align: center; |
|
310 | 332 | } |
311 | 333 |
|
312 | 334 | h1, h2, h3, h4, h5, h6{ |
313 | | - font-family: 'CarlogoBold', 'Carlito-bold', sans-serif; |
314 | | - font-weight: normal; |
| 335 | + font-family: 'Carlogo', 'Carlito', sans-serif; |
| 336 | + font-weight: bold; |
315 | 337 | } |
316 | 338 |
|
317 | 339 | h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { |
@@ -1165,7 +1187,7 @@ div.viewcode-block:target { |
1165 | 1187 | /* new main nav */ |
1166 | 1188 | nav.main-nav{ |
1167 | 1189 | background-color: #002b47; |
1168 | | - font-family: 'CarlogoRegular', 'Carlito', sans-serif; |
| 1190 | + font-family: 'Carlogo', 'Carlito', sans-serif; |
1169 | 1191 | font-size: 16px; |
1170 | 1192 | } |
1171 | 1193 |
|
|
0 commit comments