Add Commit Mono

This commit is contained in:
Koen Lagveen 2023-07-21 20:45:18 +02:00
parent 3968d7adcb
commit fc1200d944
8 changed files with 81 additions and 0 deletions

View File

@ -339,6 +339,21 @@
"website": "https://github.com/shannpersand/comic-shanns",
"year": 2018
},
"commit-mono": {
"author": "Eigil Nikolajsen",
"description": "Commit Mono is an anonymous and neutral coding font focused on creating a better reading experience.",
"license": "SIL OFL",
"ligatures": false,
"name": "Commit Mono",
"rendering": "vector",
"style": "sans",
"zerostyle": "slashed",
"variants": [
"variable"
],
"website": "https://commitmono.com",
"year": 2023
},
"consolamono": {
"author": "Wojciech Kalinowski",
"ligatures": false,

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,37 @@
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the compone

View File

@ -77,6 +77,11 @@
.font ( 'comic-shanns', normal, normal, 'comic-shanns/comic-shanns.otf' );
.font ( 'commit-mono', bold, italic, 'commit-mono/commit-mono-bold-italic.otf' );
.font ( 'commit-mono', bold, normal, 'commit-mono/commit-mono-bold.otf' );
.font ( 'commit-mono', normal, italic, 'commit-mono/commit-mono-italic.otf' );
.font ( 'commit-mono', normal, normal, 'commit-mono/commit-mono.otf' );
.font ( 'consolamono', bold, normal, 'consolamono/consolamono-bold.ttf' );
.font ( 'consolamono', normal, normal, 'consolamono/consolamono.ttf' );

View File

@ -322,6 +322,30 @@
font-style: normal;
src: url('../resources/comic-shanns/comic-shanns.otf');
}
@font-face {
font-family: 'commit-mono';
font-weight: bold;
font-style: italic;
src: url('../resources/commit-mono/commit-mono-bold-italic.otf');
}
@font-face {
font-family: 'commit-mono';
font-weight: bold;
font-style: normal;
src: url('../resources/commit-mono/commit-mono-bold.otf');
}
@font-face {
font-family: 'commit-mono';
font-weight: normal;
font-style: italic;
src: url('../resources/commit-mono/commit-mono-italic.otf');
}
@font-face {
font-family: 'commit-mono';
font-weight: normal;
font-style: normal;
src: url('../resources/commit-mono/commit-mono.otf');
}
@font-face {
font-family: 'consolamono';
font-weight: bold;