mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
make symbol fonts lighter
This commit is contained in:
parent
f1582177e1
commit
b091c6bcb2
5 changed files with 3 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
font-family: 'Material Symbols Rounded';
|
font-family: 'Material Symbols Rounded';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(~static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2) format('woff2');
|
src: url(~static/fonts/MaterialSymbolsRounded-lite.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Symbols Outlined';
|
font-family: 'Material Symbols Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2');
|
src: url(~static/fonts/MaterialSymbolsOutlined-lite.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-symbols {
|
.material-symbols {
|
||||||
|
|
@ -320,4 +320,4 @@
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url(~static/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf) format('truetype');
|
src: url(~static/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf) format('truetype');
|
||||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||||
}
|
}
|
||||||
BIN
client/static/fonts/MaterialSymbolsOutlined-lite.woff2
Normal file
BIN
client/static/fonts/MaterialSymbolsOutlined-lite.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
client/static/fonts/MaterialSymbolsRounded-lite.woff2
Normal file
BIN
client/static/fonts/MaterialSymbolsRounded-lite.woff2
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue