fix #106 add bigblue-terminal

This commit is contained in:
Koen Lagveen 2022-02-18 21:51:44 +01:00
parent da9ead918f
commit dd8705656c
5 changed files with 24 additions and 0 deletions

View File

@ -30,6 +30,7 @@
"commercial",
"Apache",
"BSD-2-Clause",
"CC BY-SA 4.0",
"GNU GPL",
"MIT",
"public domain",

View File

@ -153,6 +153,21 @@
"website": "https://bjh21.me.uk/bedstead/",
"year": 2018
},
"bigblue-terminal": {
"author": "VileR",
"description": "It follows the metrics and dimensions of Windows' old Terminal font (at the 9pt/12px size), but the appearance is closer to the classic IBM PC text mode character sets.",
"license": "CC BY-SA 4.0",
"ligatures": false,
"name": "BigBlue Terminal",
"rendering": "bitmap",
"style": "serif",
"zerostyle": "dotted",
"variants": [
"regular"
],
"website": "https://int10h.org/blog/2015/12/bigblue-terminal-oldschool-fixed-width-font/",
"year": 2015
},
"binchotan-sharp": {
"author": "Rabbit Viceroy Klein",
"description": "A fixed-width typeface. Horizontal metrics compatible with CJK console fonts. Small size legibile.",

Binary file not shown.

View File

@ -36,6 +36,8 @@
.font ( 'b612-mono', normal, italic, 'b612-mono/b612-mono-italic.ttf' );
.font ( 'b612-mono', normal, normal, 'b612-mono/b612-mono.ttf' );
.font ( 'bigblue-terminal', normal, normal, 'bigblue-terminal/bigblue-terminal.ttf' );
.font ( 'binchotan-sharp', normal, normal, 'binchotan-sharp/binchotan-sharp.ttf' );
.font ( 'bitstream-vera', bold, italic, 'bitstream-vera/bitstream-vera-bold-italic.woff' );

View File

@ -154,6 +154,12 @@
font-style: normal;
src: url('../resources/b612-mono/b612-mono.ttf');
}
@font-face {
font-family: 'bigblue-terminal';
font-weight: normal;
font-style: normal;
src: url('../resources/bigblue-terminal/bigblue-terminal.ttf');
}
@font-face {
font-family: 'binchotan-sharp';
font-weight: normal;