12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @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;
- }
- div.sphinxsidebarwrapper p.logo{
- margin-bottom: 20px;
- text-align: left;
- }
- div.sphinxsidebarwrapper h1.logo{
- display: none;
- }
|