add Monoflow

This commit is contained in:
Koen Lageveen 2021-07-30 22:06:04 +02:00
parent 24666e8c9d
commit a3fdaa95d3
5 changed files with 37 additions and 0 deletions

View File

@ -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,

Binary file not shown.

Binary file not shown.

View File

@ -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' );

View File

@ -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;