1.1 --- a/static/css/pymove3d.css Fri Nov 29 08:23:39 2013 +0100
1.2 +++ b/static/css/pymove3d.css Fri Nov 29 09:02:34 2013 +0100
1.3 @@ -1,7 +1,30 @@
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-weight: normal;
1.12 + font-style: normal;
1.13 +}
1.14 +@font-face {
1.15 + font-family: '/fonts/afta_serifregular';
1.16 + src: url('/fonts/aftaserifthin-regular-webfont.eot');
1.17 + src: url('/fonts/aftaserifthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
1.18 + url('/fonts/aftaserifthin-regular-webfont.woff') format('woff'),
1.19 + url('/fonts/aftaserifthin-regular-webfont.ttf') format('truetype'),
1.20 + url('/fonts/aftaserifthin-regular-webfont.svg#afta_serifregular') format('svg');
1.21 + font-weight: normal;
1.22 + font-style: normal;
1.23 +}
1.24 +
1.25 body {background-color: #e9e2d0;}
1.26
1.27 h1 {text-align: center;}
1.28 -.navbar-brand {font-weight: 800; font-size: 24px;}
1.29 +.navbar-brand {
1.30 + font-weight: 800; font-size: 24px;
1.31 + font-family: 'afta_serifitalic';}
1.32 .container {
1.33
1.34 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);