custom.css 1020 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @font-face {
  2. font-family: 'charter-webfont';
  3. src: url('../fonts/charter_regular.woff') format('woff');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'charter-webfont';
  9. src: url('../fonts/charter_italic.woff') format('woff');
  10. font-weight: normal;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: 'charter-webfont';
  15. src: url('../fonts/charter_bold.woff') format('woff');
  16. font-weight: bold;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'charter-webfont';
  21. src: url('../fonts/charter_bold_italic.woff') format('woff');
  22. font-weight: bold;
  23. font-style: italic;
  24. }
  25. body {
  26. font-size: 10.5pt;
  27. font-family: 'Charter', 'charter-webfont', 'Georgia', sans-serif;
  28. }
  29. h1, h2, h3 {
  30. font-family: 'Charter', 'charter-webfont', 'Georgia', sans-serif;
  31. }
  32. .sphinxsidebarwrapper{
  33. font-size: 9pt;
  34. }
  35. div.sphinxsidebarwrapper p.logo{
  36. margin-bottom: 20px;
  37. text-align: left;
  38. }
  39. div.sphinxsidebarwrapper h1.logo{
  40. display: none;
  41. }