fonts optimization
This commit is contained in:
parent
ea45cada0d
commit
cd6f8bee42
2 changed files with 4 additions and 5 deletions
9
static/fonts/fontawesome.css
vendored
9
static/fonts/fontawesome.css
vendored
|
@ -1,16 +1,15 @@
|
||||||
@font-face {
|
/* @font-face {
|
||||||
font-family: 'Font-Awesome';
|
font-family: 'Font-Awesome';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('/fonts/fa-brands-400.woff2') format('woff2'),
|
src: url('/fonts/fa-brands-400.woff2') format('woff2');
|
||||||
url('/fonts/fa-brands-400.ttf') format('truetype');
|
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
} */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font-Awesome-brands';
|
font-family: 'Font-Awesome-brands';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('/fonts/Font Awesome 6 Brands-Regular-400.otf') format('opentype');
|
src: url('/fonts/font-awesome6-brands.otf') format('opentype');
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
Loading…
Reference in a new issue