/* -- page layout ----------------------------------------------------------- */
-@font-face {
- font-family: 'ApexSansMedium';
- src: url('font/ApexSans-Medium.eot');
- src: url('font/ApexSans-Medium.eot?#iefix') format('embedded-opentype'),
- url('font/ApexSans-Medium.woff') format('woff'),
- url('font/ApexSans-Medium.ttf') format('truetype'),
- url('font/ApexSans-Medium.svg#FontAwesome') format('svg');
- font-weight: normal;
- font-style: normal;
-}
+@import url('http://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');
-@font-face {
- font-family: 'ApexSansBook';
- src: url('font/ApexSans-Book.eot');
- src: url('font/ApexSans-Book.eot?#iefix') format('embedded-opentype'),
- url('font/ApexSans-Book.woff') format('woff'),
- url('font/ApexSans-Book.ttf') format('truetype'),
- url('font/ApexSans-Book.svg#FontAwesome') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
body {
font: 14px/1.4 Helvetica, Arial, sans-serif;
background-color: #E6E8E8;
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
- font-family: ApexSansMedium;
+ font-family: 'Titillium Web', sans-serif;
color: #e6e8e8;
font-size: 1.2em;
- font-weight: normal;
+ font-weight: 500;
margin: 0;
padding: 5px 10px;
background-color: #5e6a71;
div.body h4,
div.body h5,
div.body h6 {
- // font-family: ApexSansMedium;
- // background-color: #80D2DC;
- // font-weight: normal;
- // color: #37424a;
margin: 30px 0px 10px 0px;
padding: 5px 0 5px 0px;
- // text-shadow: 0px 1px 0 white;
text-transform: uppercase;
}
-div.body h1 { font: 20px/2.0 ApexSansBook; color: #37424A; border-top: 20px solid white; margin-top: 0; }
-div.body h2 { font: 18px/1.8 ApexSansMedium; background-color: #5E6A71; color: #E6E8E8; padding: 5px 10px; }
-div.body h3 { font: 16px/1.6 ApexSansMedium; color: #37424A; }
+div.body h1 { font: 20px/2.0 'Titillium Web'; color: #37424A; border-top: 20px solid white; margin-top: 0; }
+div.body h2 { font: 18px/1.8 'Titillium Web'; background-color: #5E6A71; color: #E6E8E8; padding: 5px 10px; }
+div.body h3 { font: 16px/1.6 'Titillium Web'; color: #37424A; }
div.body h4 { font: 14px/1.4 Helvetica, Arial, sans-serif; color: #37424A; }
div.body h5 { font: 12px/1.2 Helvetica, Arial, sans-serif; color: #37424A; }
div.body h6 { font-size: 100%; color: #37424A; }
font-size: 1.0em;
padding-top:20px;
-}
\ No newline at end of file
+}