add envy code b

This commit is contained in:
Koen Lagveen 2023-12-29 20:51:51 +01:00
parent d3d04acca3
commit 6886e41a98
4 changed files with 21 additions and 0 deletions

View File

@ -598,6 +598,19 @@
"website": "https://connary.com/ellograph.html",
"year": 2020
},
"envy-code-b": {
"author": "Damien Guard",
"bitmap size": 10,
"description": "Its 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.",

Binary file not shown.

View File

@ -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' );

View File

@ -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;