fonts
This commit is contained in:
parent
be42575afe
commit
f9217c974b
|
@ -1,7 +1,11 @@
|
|||
html *{ font-family: Fira Mono, DejaVu Sans Mono, Menlo, Consolas, Liberation Mono, Monaco, Lucida Console, monospace;}
|
||||
html *{ font-family: Dejavu Sans Mono, Noto Sans Mono, Menlo, Consolas, Monaco, monospace; }
|
||||
body { margin:0; padding: 0; text-decoration: none; }
|
||||
blockquote { text-align: center; font-size: 16px; font-style: normal; line-height: 30px;}
|
||||
pre { font-size: 14px; padding-left: 2ch;padding-top:2ch; padding-bottom: 2ch; overflow: auto; max-width: 100%; border-radius: 5px;}
|
||||
h1 {font-size: 33px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 51px; }
|
||||
h2 {font-size: 26px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 41px; }
|
||||
h3 { font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 27px; }
|
||||
p { font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; }
|
||||
blockquote { text-align: center; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; }
|
||||
pre { font-family: monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 27px; padding-left: 2ch;padding-top:2ch; padding-bottom: 2ch; overflow: auto; max-width: 100%; border-radius: 5px;}
|
||||
code { max-width: 100%; overflow: auto; }
|
||||
img { max-width: 100%; }
|
||||
hr { height: 0px; }
|
||||
|
@ -53,7 +57,7 @@ details summary::marker { height: auto; content: "\1F4C1\20";}
|
|||
/* 12em is the width of the columns */
|
||||
flex: 0 0 12em;
|
||||
/* experimental line height */
|
||||
line-height: 1.8em;
|
||||
line-height: 27px;
|
||||
}
|
||||
.HolyGrail-ads {
|
||||
overflow: hidden;
|
||||
|
@ -83,7 +87,6 @@ details summary::marker { height: auto; content: "\1F4C1\20";}
|
|||
margin: 0em;
|
||||
text-align: left;
|
||||
/* experimental line height */
|
||||
line-height: 1.5em;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue