change font-family for sign → teletext
This commit is contained in:
parent
9344129a9f
commit
ce4d7285fe
7 changed files with 75 additions and 60 deletions
|
|
@ -2,6 +2,7 @@ h3, h4{
|
|||
break-after: avoid;
|
||||
}
|
||||
h3, h4{
|
||||
font-family: var(--sign-family);
|
||||
font-weight: normal;
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
|
|
@ -29,9 +30,6 @@ h3, h4{
|
|||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.subtitle-before{
|
||||
padding-right: 0.75ch;
|
||||
}
|
||||
|
||||
.subtitle-after{
|
||||
padding-left: 0.75ch;
|
||||
|
|
@ -49,6 +47,7 @@ h3, h4{
|
|||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue