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:
Christian Rebischke 2019-07-16 19:10:13 +02:00
parent c8879dd0ac
commit 7cedc03d94
No known key found for this signature in database
GPG key ID: D21461E3DFE2060D
4 changed files with 8 additions and 0 deletions

View file

@ -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 */