Advertisement
LumChron

Niðwundor 2 (Simplistic Garamond)

Jan 9th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. @import url("/light.css");
  2.  
  3. img.logo { border:none; }
  4.  
  5. a img { border:none; }
  6. .border img { border: 1px solid #333; }
  7.  
  8. @font-face {
  9.   font-family: 'EB Garamond';
  10.   font-style: italic;
  11.   font-weight: 400;
  12.   src: local('EB Garamond Italic'), url(https://campaignwiki.org/fonts/EBGaramond12-Italic.ttf);
  13. }
  14. @font-face {
  15.   font-family: 'EB Garamond';
  16.   font-style: normal;
  17.   font-weight: 400;
  18.   src: local('EB Garamond Roman'), url(https://campaignwiki.org/fonts/EBGaramond12-Regular.ttf);
  19. }
  20.  
  21. /* use it */
  22. body {
  23.   font-family: "EB Garamond";
  24.   font-size: 12pt;
  25.  background-color: #b8c78c;}
  26.  
  27. /* use small caps instead of bold */
  28. h1, h2, h3, h4, b, th {
  29.   font-variant: small-caps;
  30.   font-weight: normal !important;
  31. }
  32.  
  33. /* no use of bold in _this_ */
  34. em.underline {
  35.   font-weight: normal !important;
  36. }
  37. /*Headings*/
  38. h1 { padding: 0.1em 0em; }
  39. h2 { padding: 0.1em 0em; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement