compress font
This commit is contained in:
parent
6bb90f162c
commit
e23b19415a
@ -1,6 +1,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: TeXGyreCursor;
|
font-family: TeXGyreCursor;
|
||||||
src: url('texgyrecursor-regular.woff');
|
src: url('texgyrecursor-regular.woff2') format('woff2'),
|
||||||
|
url('texgyrecursor-regular.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
@ -8,7 +9,8 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: TeXGyreCursor;
|
font-family: TeXGyreCursor;
|
||||||
src: url('texgyrecursor-bold.woff');
|
src: url('texgyrecursor-bold.woff2') format('woff2'),
|
||||||
|
url('texgyrecursor-bold.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
BIN
style/texgyrecursor-bold.woff2
Normal file
BIN
style/texgyrecursor-bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
style/texgyrecursor-regular.woff2
Normal file
BIN
style/texgyrecursor-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user