stash
This commit is contained in:
parent
8d96bc97c4
commit
ed04d98bf1
54 changed files with 661 additions and 1214 deletions
|
|
@ -1,19 +1,12 @@
|
|||
// Specialized bitmap-style fonts label.js's drawTextLeaf switches to below an effective text
|
||||
// size of 10px, where a general-purpose sans-serif gets blurry/illegible - each is designed for
|
||||
// (and named after) roughly the pixel size it's used at. See
|
||||
// ../assets/fonts/pixel/LICENSE.md for sources/licenses.
|
||||
// Bitmap-style fonts label.js's drawTextLeaf switches to below 10px, where sans-serif gets
|
||||
// illegible (see ../assets/fonts/pixel/LICENSE.md for sources); label.js's PIXEL_FONT_TIERS uses
|
||||
// only these two of three candidates - the third, PICO-8, has no lowercase glyphs.
|
||||
@font-face {
|
||||
font-family: "Tom Thumb";
|
||||
src: url("../assets/fonts/pixel/TomThumb.ttf") format("truetype");
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "PICO-8";
|
||||
src: url("../assets/fonts/pixel/PICO-8.ttf") format("truetype");
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Silkscreen";
|
||||
src: url("../assets/fonts/pixel/Silkscreen-Regular.woff2") format("woff2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue