diff --git a/fonts.json b/fonts.json index 78074cc..f0b66fb 100644 --- a/fonts.json +++ b/fonts.json @@ -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": [ diff --git a/fonts/resources/monocraft/Monocraft.ttf b/fonts/resources/monocraft/Monocraft.ttf new file mode 100644 index 0000000..0adda92 Binary files /dev/null and b/fonts/resources/monocraft/Monocraft.ttf differ diff --git a/fonts/resources/monocraft/monocraft.otf b/fonts/resources/monocraft/monocraft.otf deleted file mode 100644 index 5ac2673..0000000 Binary files a/fonts/resources/monocraft/monocraft.otf and /dev/null differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index de213db..780524f 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -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' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 30eb8e7..1d673e6 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -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';