1 @font-face { |
1 @font-face { |
2 font-family: 'afta_serifitalic'; |
2 font-family: 'gandhi_serifbold'; |
3 src: url('/fonts/aftaserifthin-italic-webfont.eot'); |
3 src: url('../fonts/gandhiserif-bold-webfont.eot'); |
4 src: url('/fonts/aftaserifthin-italic-webfont.eot?#iefix') format('embedded-opentype'), |
4 src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'), |
5 url('/fonts/aftaserifthin-italic-webfont.woff') format('woff'), |
5 url('../fonts/gandhiserif-bold-webfont.woff') format('woff'), |
6 url('/fonts/aftaserifthin-italic-webfont.ttf') format('truetype'), |
6 url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'), |
7 url('/fonts/aftaserifthin-italic-webfont.svg#afta_serifitalic') format('svg'); |
7 url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg'); |
8 font-weight: normal; |
8 font-weight: normal; |
9 font-style: normal; |
9 font-style: normal; |
|
10 |
10 } |
11 } |
|
12 |
|
13 |
|
14 |
|
15 |
11 @font-face { |
16 @font-face { |
12 font-family: '/fonts/afta_serifregular'; |
17 font-family: 'gandhi_serifregular'; |
13 src: url('/fonts/aftaserifthin-regular-webfont.eot'); |
18 src: url('../fonts/gandhiserif-regular-webfont.eot'); |
14 src: url('/fonts/aftaserifthin-regular-webfont.eot?#iefix') format('embedded-opentype'), |
19 src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'), |
15 url('/fonts/aftaserifthin-regular-webfont.woff') format('woff'), |
20 url('../fonts/gandhiserif-regular-webfont.woff') format('woff'), |
16 url('/fonts/aftaserifthin-regular-webfont.ttf') format('truetype'), |
21 url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'), |
17 url('/fonts/aftaserifthin-regular-webfont.svg#afta_serifregular') format('svg'); |
22 url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg'); |
18 font-weight: normal; |
23 font-weight: normal; |
19 font-style: normal; |
24 font-style: normal; |
|
25 |
20 } |
26 } |
21 |
27 |
22 body {background-color: #e9e2d0;} |
28 body {background-color: #e9e2d0;} |
23 |
29 |
24 h1 {text-align: center;} |
30 h1 {text-align: center;} |
25 .navbar-brand { |
31 .navbar-brand { |
26 font-weight: 800; font-size: 24px; |
32 font-weight: 600; font-size: 24px; |
27 font-family: 'afta_serifitalic';} |
33 font-family: 'gandhi_serifbold'} |
28 .container { |
34 .container { |
29 |
35 |
30 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
36 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
31 -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
37 -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
32 -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
38 -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |