1.1 --- a/static/css/pymove3d.css Fri Nov 29 09:02:34 2013 +0100
1.2 +++ b/static/css/pymove3d.css Fri Nov 29 11:18:33 2013 +0100
1.3 @@ -1,30 +1,36 @@
1.4 @font-face {
1.5 - font-family: 'afta_serifitalic';
1.6 - src: url('/fonts/aftaserifthin-italic-webfont.eot');
1.7 - src: url('/fonts/aftaserifthin-italic-webfont.eot?#iefix') format('embedded-opentype'),
1.8 - url('/fonts/aftaserifthin-italic-webfont.woff') format('woff'),
1.9 - url('/fonts/aftaserifthin-italic-webfont.ttf') format('truetype'),
1.10 - url('/fonts/aftaserifthin-italic-webfont.svg#afta_serifitalic') format('svg');
1.11 + font-family: 'gandhi_serifbold';
1.12 + src: url('../fonts/gandhiserif-bold-webfont.eot');
1.13 + src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
1.14 + url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
1.15 + url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
1.16 + url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
1.17 font-weight: normal;
1.18 font-style: normal;
1.19 +
1.20 }
1.21 +
1.22 +
1.23 +
1.24 +
1.25 @font-face {
1.26 - font-family: '/fonts/afta_serifregular';
1.27 - src: url('/fonts/aftaserifthin-regular-webfont.eot');
1.28 - src: url('/fonts/aftaserifthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
1.29 - url('/fonts/aftaserifthin-regular-webfont.woff') format('woff'),
1.30 - url('/fonts/aftaserifthin-regular-webfont.ttf') format('truetype'),
1.31 - url('/fonts/aftaserifthin-regular-webfont.svg#afta_serifregular') format('svg');
1.32 + font-family: 'gandhi_serifregular';
1.33 + src: url('../fonts/gandhiserif-regular-webfont.eot');
1.34 + src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
1.35 + url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
1.36 + url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
1.37 + url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
1.38 font-weight: normal;
1.39 font-style: normal;
1.40 +
1.41 }
1.42
1.43 body {background-color: #e9e2d0;}
1.44
1.45 h1 {text-align: center;}
1.46 .navbar-brand {
1.47 - font-weight: 800; font-size: 24px;
1.48 - font-family: 'afta_serifitalic';}
1.49 + font-weight: 600; font-size: 24px;
1.50 + font-family: 'gandhi_serifbold'}
1.51 .container {
1.52
1.53 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);