diff --git a/fonts-schema.json b/fonts-schema.json index 3aa85f6..378e32e 100644 --- a/fonts-schema.json +++ b/fonts-schema.json @@ -30,6 +30,7 @@ "commercial", "Apache", "BSD-2-Clause", + "CC BY-SA 4.0", "GNU GPL", "MIT", "public domain", diff --git a/fonts.json b/fonts.json index 322a4bf..52ae335 100644 --- a/fonts.json +++ b/fonts.json @@ -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.", diff --git a/fonts/resources/bigblue-terminal/bigblue-terminal.ttf b/fonts/resources/bigblue-terminal/bigblue-terminal.ttf new file mode 100644 index 0000000..ddcdc32 Binary files /dev/null and b/fonts/resources/bigblue-terminal/bigblue-terminal.ttf differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 994fe64..ea13636 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -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' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 9ba8259..7c3426b 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -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;