change font
This commit is contained in:
parent
86c418dba9
commit
fd77a0516e
5 changed files with 75 additions and 26 deletions
|
|
@ -13,6 +13,7 @@
|
|||
p + p{
|
||||
text-indent: 30%;
|
||||
position: relative;
|
||||
/* text-indent: -6ch; */
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -42,8 +43,11 @@ h3, h4{
|
|||
break-after: avoid;
|
||||
}
|
||||
h3, h4{
|
||||
font-family: var(--mono);
|
||||
font-size: var(--fs-nav);
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
font-family: var(--font-notes);
|
||||
/* font-family: var(--font-subtitle);
|
||||
font-size: var(--fs-subtitle);
|
||||
background-color: var(--grey);
|
||||
font-size: var(--fs-nav);
|
||||
line-height: 1;
|
||||
|
|
@ -51,9 +55,24 @@ h3, h4{
|
|||
min-height: var(--unit);
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
font-weight: normal;
|
||||
font-weight: normal; */
|
||||
padding-left: 1.5ch;
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
}
|
||||
|
||||
h3::before,
|
||||
h3::after{
|
||||
content: "+--------------------------------------------------------+";
|
||||
display: block;
|
||||
/* font-family: monospace; */
|
||||
position: relative;
|
||||
left: -1.5ch;
|
||||
width: calc(100% + 1.5ch);
|
||||
}
|
||||
|
||||
|
||||
|
||||
h4{
|
||||
border: var(--border-grey);
|
||||
background: none;
|
||||
|
|
@ -67,7 +86,7 @@ blockquote{
|
|||
padding-left: 3ch;
|
||||
/* font-style: italic; */
|
||||
|
||||
margin-top: calc(var(--baseline)*0..5);
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue