123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @font-face {
- font-family: 'charter-webfont';
- src: url('../fonts/charter_regular.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'charter-webfont';
- src: url('../fonts/charter_italic.woff') format('woff');
- font-weight: normal;
- font-style: italic;
- }
- @font-face {
- font-family: 'charter-webfont';
- src: url('../fonts/charter_bold.woff') format('woff');
- font-weight: bold;
- font-style: normal;
- }
- @font-face {
- font-family: 'charter-webfont';
- src: url('../fonts/charter_bold_italic.woff') format('woff');
- font-weight: bold;
- font-style: italic;
- }
- body {
- font-size: 10.5pt;
- font-family: 'Charter', 'charter-webfont', 'Georgia', sans-serif;
- }
- h1, h2, h3 {
- font-family: 'Charter', 'charter-webfont', 'Georgia', sans-serif;
- }
- .sphinxsidebarwrapper{
- font-size: 9pt;
- width: 230px;
- }
- div.bodywrapper{
- margin: 0 0 0 260px;
- }
- div.sphinxsidebarwrapper p.logo{
- margin-bottom: 20px;
- text-align: left;
- }
- div.sphinxsidebarwrapper h1.logo{
- display: none;
- }
|