1
0

Update style.html

Use font-display swap
This commit is contained in:
Serghei Cebotari 2023-11-24 12:20:42 +03:00 committed by GitHub
parent 6334d8b7c5
commit e6e80ab456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {