added additional font-display configuration
unfortunately wasn't my last patch enough. So here are all missing font-display configurations Signed-off-by: Christian Rebischke <chris@nullday.de>
This commit is contained in:
parent
c8879dd0ac
commit
7cedc03d94
4 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Inter UI', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
|
||||
font-display: auto;
|
||||
font-size: 1rem;
|
||||
line-height: 1.54;
|
||||
background-color: $light-background;
|
||||
|
@ -140,6 +141,7 @@ figure {
|
|||
|
||||
code {
|
||||
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
|
||||
font-display: auto;
|
||||
font-feature-settings: normal;
|
||||
background: $light-background-secondary;
|
||||
padding: 1px 6px;
|
||||
|
@ -190,6 +192,7 @@ blockquote {
|
|||
&:before {
|
||||
content: '”';
|
||||
font-family: Georgia, serif;
|
||||
font-display: auto;
|
||||
font-size: 3.875rem;
|
||||
position: absolute;
|
||||
left: -40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue