36 lines
810 B
CSS
36 lines
810 B
CSS
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
|
|
@font-face {
|
|
font-family: "EB Garamond";
|
|
src: url("static/assets/EBGaramond-0.016/ttf/EBGaramond12-Regular.ttf"), url("static/assets/EBGaramond-0.016/otf/EBGaramond12-Regular.otf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal; }
|
|
|
|
html {
|
|
font-family: "EB Garamond";
|
|
font-optical-sizing: auto; }
|
|
|
|
h1 {
|
|
font-family: "cheltenhamclassic", serif; }
|
|
|
|
#main-frame {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
border: 1px solid black;
|
|
border-top: none;
|
|
border-bottom: none; }
|
|
|
|
hr {
|
|
border-top: 1px solid black;
|
|
border-bottom: none;
|
|
margin: 0px; }
|
|
|
|
.entry .meta {
|
|
color: gray;
|
|
margin: 2pt 4pt; }
|
|
|
|
.entry .content {
|
|
margin: 10pt; }
|
|
|
|
.entry img {
|
|
max-width: 100%; }
|