Update style.html
Use font-display swap
This commit is contained in:
parent
6334d8b7c5
commit
e6e80ab456
@ -4,6 +4,7 @@
|
||||
src: url('font/cmunrm.woff') format('woff'),;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -11,6 +12,7 @@
|
||||
src: url('font/cmunbx.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -18,6 +20,7 @@
|
||||
src: url('font/cmunti.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
@ -26,6 +29,7 @@
|
||||
src: url('font/cmunbi.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user