diff --git a/fonts.json b/fonts.json index 7e84e7e..b10f46f 100644 --- a/fonts.json +++ b/fonts.json @@ -598,6 +598,19 @@ "website": "https://connary.com/ellograph.html", "year": 2020 }, + "envy-code-b": { + "author": "Damien Guard", + "bitmap size": 10, + "description": "It’s been a long time coming but finally – a TrueType conversion of my programming font Envy Code B.", + "license": "none", + "ligatures": false, + "name": "Envy Code B", + "rendering": "bitmap", + "style": "sans", + "zerostyle": "slashed", + "website": "https://damieng.com/blog/2006/11/06/envy-code-b-font-available-in-ttf-format/", + "year": 2006 + }, "envy-code-r": { "author": "Damien Guard", "description": "[The] new box-drawing, shading and symbols make Envy Code R a great font for the command-prompt.", diff --git a/fonts/resources/envy-code-b/envy-code-b.ttf b/fonts/resources/envy-code-b/envy-code-b.ttf new file mode 100644 index 0000000..6ef4db5 Binary files /dev/null and b/fonts/resources/envy-code-b/envy-code-b.ttf differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index fe85bfa..9d349ab 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -146,6 +146,8 @@ .font ( 'ellograph', normal, italic, 'ellograph/ellograph-italic.woff' ); .font ( 'ellograph', normal, normal, 'ellograph/ellograph.woff' ); +.font ( 'envy-code-b', normal, normal, 'envy-code-b/envy-code-b.ttf' ); + .font ( 'envy-code-r', bold, normal, 'envy-code-r/envy-code-r-bold.woff' ); .font ( 'envy-code-r', normal, italic, 'envy-code-r/envy-code-r-italic.woff' ); .font ( 'envy-code-r', normal, normal, 'envy-code-r/envy-code-r.woff' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 0179f86..2159223 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -622,6 +622,12 @@ font-style: normal; src: url('../resources/ellograph/ellograph.woff'); } +@font-face { + font-family: 'envy-code-b'; + font-weight: normal; + font-style: normal; + src: url('../resources/envy-code-b/envy-code-b.ttf'); +} @font-face { font-family: 'envy-code-r'; font-weight: bold;