Skip to content

Commit

Permalink
add envy code b
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Dec 29, 2023
1 parent d3d04ac commit 6886e41
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Binary file added fonts/resources/envy-code-b/envy-code-b.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/stylesheets/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down
6 changes: 6 additions & 0 deletions fonts/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6886e41

Please sign in to comment.