use block behavior for lower-priority fonts
This commit is contained in:
parent
cfabefa442
commit
3b276e972a
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@
|
|||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
|
||||
@font-face {
|
||||
font-family: "Delicious";
|
||||
font-display: swap;
|
||||
font-display: block; /* used for large-but-late subheadings */
|
||||
font-weight: 700;
|
||||
src: url(/fonts/Delicious-Bold.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Delicious";
|
||||
font-display: swap;
|
||||
font-display: swap; /* used for page titles */
|
||||
font-weight: 800 1000;
|
||||
src: url(/fonts/Delicious-Heavy.otf);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue