diff --git a/fonts.json b/fonts.json index f443886..db57899 100644 --- a/fonts.json +++ b/fonts.json @@ -880,6 +880,28 @@ "website": "https://github.com/andreberg/Meslo-Font", "year": 2010 }, + "monoflow": { + "author": "Prof. Hans R. Heitmann, Johannes Ammon", + "description": "A monospace typeface with unique character and beautiful spacing.", + "license": "commercial", + "ligatures": false, + "name": "Monoflow", + "rendering": "vector", + "style": "sans", + "zerostyle": "dotted", + "variants": [ + "light", + "light-italic", + "medium", + "medium-italic", + "regular", + "italic", + "bold", + "bold-italic" + ], + "website": "https://finaltype.de/en/projects/monoflow", + "year": 2020 + }, "monofur": { "author": "Tobias Benjamin Köhler", "ligatures": false, diff --git a/fonts/resources/monoflow/monoflow-italic.woff2 b/fonts/resources/monoflow/monoflow-italic.woff2 new file mode 100644 index 0000000..7aa2b8e Binary files /dev/null and b/fonts/resources/monoflow/monoflow-italic.woff2 differ diff --git a/fonts/resources/monoflow/monoflow.woff2 b/fonts/resources/monoflow/monoflow.woff2 new file mode 100644 index 0000000..1e77bd8 Binary files /dev/null and b/fonts/resources/monoflow/monoflow.woff2 differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 32ad844..9a7cec8 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -227,6 +227,9 @@ .font ( 'meslo', normal, italic, 'meslo/meslo-italic.woff' ); .font ( 'meslo', normal, normal, 'meslo/meslo.woff' ); +.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' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index beab7db..2c63b8f 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -964,6 +964,18 @@ font-style: normal; src: url('../resources/meslo/meslo.woff'); } +@font-face { + font-family: 'monoflow'; + font-weight: normal; + font-style: italic; + src: url('../resources/monoflow/monoflow-italic.woff2'); +} +@font-face { + font-family: 'monoflow'; + font-weight: normal; + font-style: normal; + src: url('../resources/monoflow/monoflow.woff2'); +} @font-face { font-family: 'monofur'; font-weight: normal;