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
|
@ -78,6 +78,7 @@ hr {
|
|||
|
||||
pre {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-display: auto;
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
|
@ -121,6 +122,7 @@ code,
|
|||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-display: auto;
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
|
@ -178,6 +180,7 @@ optgroup,
|
|||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-display: auto;
|
||||
font-size: 100%; /* 1 */
|
||||
line-height: 1.15; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue