Merge pull request #125 from IdreesInc/gh-pages

Update Monocraft to version 2.1
This commit is contained in:
Koen Lageveen 2022-12-29 19:22:07 +01:00 committed by GitHub
commit 0fd9f6db81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';