fix #135 add comic mono

This commit is contained in:
Koen Lagveen 2023-07-03 20:14:50 +02:00
parent e8470cf8f4
commit 73212f3f48
6 changed files with 53 additions and 0 deletions

View File

@ -307,6 +307,22 @@
"website": "http://sourceforge.net/projects/codenewroman/",
"year": 2014
},
"comic-mono": {
"author": "Thai Pangsakulyanont",
"description": "A legible monospace font… the very typeface youve been trained to recognize since childhood. This font is a fork of Shannon Miwas Comic Shanns.",
"license": "MIT",
"ligatures": false,
"name": "Comic Shanns",
"rendering": "vector",
"style": "sans",
"zerostyle": "slashed",
"variants": [
"bold",
"regular"
],
"website": "https://dtinth.github.io/comic-mono-font/",
"year": 2018
},
"comic-shanns": {
"author": "Shannon Miwa",
"description": "Like if someone made a dumbass version of Comic Sans that is monospaced.",

View File

@ -0,0 +1,22 @@
MIT License
Original work Copyright (c) 2018 Shannon Miwa
Modified work Copyright (c) 2019 dtinth
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Binary file not shown.

Binary file not shown.

View File

@ -72,6 +72,9 @@
.font ( 'code-new-roman', normal, normal, 'code-new-roman/code-new-roman.otf' );
.font ( 'comic-mono', bold, normal, 'comic-mono/comin-monc-bold.ttf' );
.font ( 'comic-mono', normal, normal, 'comic-mono/comic-mono.ttf' );
.font ( 'comic-shanns', normal, normal, 'comic-shanns/comic-shanns.otf' );
.font ( 'consolamono', bold, normal, 'consolamono/consolamono-bold.ttf' );

View File

@ -304,6 +304,18 @@
font-style: normal;
src: url('../resources/code-new-roman/code-new-roman.otf');
}
@font-face {
font-family: 'comic-mono';
font-weight: bold;
font-style: normal;
src: url('../resources/comic-mono/comin-monc-bold.ttf');
}
@font-face {
font-family: 'comic-mono';
font-weight: normal;
font-style: normal;
src: url('../resources/comic-mono/comic-mono.ttf');
}
@font-face {
font-family: 'comic-shanns';
font-weight: normal;