|
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;
|
@@ -293,25 +315,37 @@ p {
|
293 | 315 | h1 {
|
294 | 316 | margin: 0.5em 0em;
|
295 | 317 | padding-top: 0.5em;
|
296 |
| - font-size: 2em; |
| 318 | + font-size: 32px; |
297 | 319 | color: #11557C;
|
298 | 320 | }
|
299 | 321 |
|
300 | 322 | h2 {
|
301 | 323 | margin: 0.5em 0 0.2em 0;
|
302 | 324 | padding-top: 0.5em;
|
303 |
| - font-size: 1.7em; |
| 325 | + font-size: 24px; |
304 | 326 | }
|
305 | 327 |
|
306 | 328 | h3 {
|
307 | 329 | margin: 0.2em 0 0.1em 0;
|
308 | 330 | padding-top: 0.5em;
|
309 |
| - font-size: 1.2em; |
| 331 | + font-size: 18.72px; |
| 332 | +} |
| 333 | + |
| 334 | +h4 { |
| 335 | + font-size: 16px; |
| 336 | +} |
| 337 | + |
| 338 | +h5 { |
| 339 | + font-size: 13.28px; |
| 340 | +} |
| 341 | + |
| 342 | +h6 { |
| 343 | + font-size: 12px; |
310 | 344 | }
|
311 | 345 |
|
312 | 346 | h1, h2, h3, h4, h5, h6{
|
313 |
| - font-family: 'CarlogoBold', 'Carlito-bold', sans-serif; |
314 |
| - font-weight: normal; |
| 347 | + font-family: 'Carlogo', 'Carlito', sans-serif; |
| 348 | + font-weight: bold; |
315 | 349 | }
|
316 | 350 |
|
317 | 351 | h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
@@ -1165,7 +1199,7 @@ div.viewcode-block:target {
|
1165 | 1199 | /* new main nav */
|
1166 | 1200 | nav.main-nav{
|
1167 | 1201 | background-color: #002b47;
|
1168 |
| - font-family: 'CarlogoRegular', 'Carlito', sans-serif; |
| 1202 | + font-family: 'Carlogo', 'Carlito', sans-serif; |
1169 | 1203 | font-size: 16px;
|
1170 | 1204 | }
|
1171 | 1205 |
|
|
0 commit comments