Update Monocraft to version 2.1

This commit is contained in:
Idrees Hassan 2022-12-28 23:54:48 -05:00
parent 14977887dc
commit 46d8982e17
5 changed files with 4 additions and 4 deletions

View File

@ -988,11 +988,11 @@
},
"monocraft": {
"author": "Idrees Hassan",
"description": "The font for developers who like Minecraft a bit too much.",
"description": "The monospaced font for developers who like Minecraft a bit too much.",
"license": "SIL OFL",
"ligatures": true,
"name": "Monocraft",
"rendering": "bitmap",
"rendering": "vector",
"style": "sans",
"zerostyle": "slashed",
"variants": [

Binary file not shown.

View File

@ -244,7 +244,7 @@
.font ( 'meslo', normal, italic, 'meslo/meslo-italic.woff' );
.font ( 'meslo', normal, normal, 'meslo/meslo.woff' );
.font ( 'monocraft', normal, normal, 'monocraft/monocraft.otf');
.font ( 'monocraft', normal, normal, 'monocraft/monocraft.ttf');
.font ( 'monoflow', normal, italic, 'monoflow/monoflow-italic.woff2' );
.font ( 'monoflow', normal, normal, 'monoflow/monoflow.woff2' );

View File

@ -1040,7 +1040,7 @@
font-family: 'monocraft';
font-weight: normal;
font-style: normal;
src: url('../resources/monocraft/monocraft.otf');
src: url('../resources/monocraft/monocraft.ttf');
}
@font-face {
font-family: 'monoflow';