asset caching & image re-encode and downscale
This commit is contained in:
@@ -8,21 +8,21 @@
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Instrument Sans";
|
||||
src: url("/fonts/InstrumentSans-Regular.ttf");
|
||||
src: url("/assets/fonts/InstrumentSans-Regular.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Instrument Sans";
|
||||
src: url("/fonts/InstrumentSans-SemiBold.ttf");
|
||||
src: url("/assets/fonts/InstrumentSans-SemiBold.ttf");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Instrument Sans";
|
||||
src: url("/fonts/InstrumentSans-Italic.ttf");
|
||||
src: url("/assets/fonts/InstrumentSans-Italic.ttf");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user