add indicate mono

This commit is contained in:
Koen Lageveen 2024-04-20 20:54:54 +02:00
parent 3bbbf48b48
commit c1e3cecb82
4 changed files with 23 additions and 0 deletions

View File

@ -1084,6 +1084,21 @@
"year": 2001,
"zerostyle": "slashed"
},
"indicate": {
"author": "Jonas Pelzer",
"description": "While preserving the strict order of a monospace typeface, Indicate Mono partly moves away from the typical technical aesthetics of fixed-width typefaces. The font is available on a pay-what-you-want basis.",
"license": "commercial",
"ligatures": false,
"name": "Indicate Mono",
"rendering": "vector",
"style": "sans",
"variants": [
"regular"
],
"website": "https://jonastype.com/indicate-mono",
"year": 2023,
"zerostyle": "slashed"
},
"input": {
"author": "David Jonathan Ross",
"description": "Input is a flexible system of fonts designed specifically for code",

Binary file not shown.

View File

@ -248,6 +248,8 @@
.font ( 'inconsolata-otf', normal, normal, 'inconsolata-otf/inconsolata-otf.otf' );
.font ( 'indicate', normal, normal, 'indicate/indicate.woff2' );
.font ( 'inconsolata-go', bold, normal, 'inconsolata-go/inconsolata-go-bold.ttf' );
.font ( 'inconsolata-go', normal, normal, 'inconsolata-go/inconsolata-go.ttf' );

View File

@ -1054,6 +1054,12 @@
font-style: normal;
src: url('../resources/inconsolata-otf/inconsolata-otf.otf');
}
@font-face {
font-family: 'indicate';
font-weight: normal;
font-style: normal;
src: url('../resources/indicate/indicate.woff2');
}
@font-face {
font-family: 'inconsolata-go';
font-weight: bold;