From 0f9da17095fe8e10e4e54d65af8916d8379ad47a Mon Sep 17 00:00:00 2001 From: Koen Lagveen Date: Sat, 2 Jul 2022 10:24:53 +0200 Subject: [PATCH] sorting --- fonts.json | 36 ++++++++++++++++++------------------ fonts/stylesheets/fonts.less | 14 +++++++------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/fonts.json b/fonts.json index ac6015e..13d6d97 100644 --- a/fonts.json +++ b/fonts.json @@ -992,6 +992,24 @@ "website": "https://finaltype.de/en/projects/monoflow", "year": 2020 }, + "monofoki": { + "author": "Marvin Dostal", + "description": "Fork of Mononoki.", + "license": "SIL OFL", + "ligatures": false, + "name": "Monofoki", + "rendering": "vector", + "style": "sans", + "zerostyle": "slashed", + "website": "https://github.com/datMaffin/monofoki", + "year": 2021, + "variants": [ + "regular", + "italic", + "bold", + "bold-italic" + ] + }, "monofur": { "author": "Tobias Benjamin Köhler", "ligatures": false, @@ -1012,24 +1030,6 @@ "website": "http://larsenwork.com/monoid/", "year": 2015 }, - "monofoki": { - "author": "Marvin Dostal", - "description": "Fork of Mononoki.", - "license": "SIL OFL", - "ligatures": false, - "name": "Monofoki", - "rendering": "vector", - "style": "sans", - "zerostyle": "slashed", - "website": "https://github.com/datMaffin/monofoki", - "year": 2021, - "variants": [ - "regular", - "italic", - "bold", - "bold-italic" - ] - }, "mononoki": { "author": "Matthias Tellen", "license": "SIL OFL", diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 6262a16..f5a343d 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -244,23 +244,23 @@ .font ( 'monoflow', normal, italic, 'monoflow/monoflow-italic.woff2' ); .font ( 'monoflow', normal, normal, 'monoflow/monoflow.woff2' ); -.font ( 'monofur', normal, italic, 'monofur/monofur-italic.woff' ); -.font ( 'monofur', normal, normal, 'monofur/monofur.woff' ); - .font ( 'monofoki', bold, italic, 'monofoki/monofoki-bold-italic.otf' ); .font ( 'monofoki', bold, normal, 'monofoki/monofoki-bold.otf' ); .font ( 'monofoki', normal, italic, 'monofoki/monofoki-italic.otf' ); .font ( 'monofoki', normal, normal, 'monofoki/monofoki.otf' ); -.font ( 'mononoki', bold, italic, 'mononoki/mononoki-bold-italic.woff' ); -.font ( 'mononoki', bold, normal, 'mononoki/mononoki-bold.woff' ); -.font ( 'mononoki', normal, italic, 'mononoki/mononoki-italic.woff' ); -.font ( 'mononoki', normal, normal, 'mononoki/mononoki.woff' ); +.font ( 'monofur', normal, italic, 'monofur/monofur-italic.woff' ); +.font ( 'monofur', normal, normal, 'monofur/monofur.woff' ); .font ( 'monoid', bold, normal, 'monoid/monoid-bold.ttf' ); .font ( 'monoid', normal, italic, 'monoid/monoid-italic.ttf' ); .font ( 'monoid', normal, normal, 'monoid/monoid.ttf' ); +.font ( 'mononoki', bold, italic, 'mononoki/mononoki-bold-italic.woff' ); +.font ( 'mononoki', bold, normal, 'mononoki/mononoki-bold.woff' ); +.font ( 'mononoki', normal, italic, 'mononoki/mononoki-italic.woff' ); +.font ( 'mononoki', normal, normal, 'mononoki/mononoki.woff' ); + .font ( 'mplus', bold, normal, 'mplus/mplus-bold.ttf' ); .font ( 'mplus', normal, normal, 'mplus/mplus.ttf' );