Skip to content

Commit

Permalink
fix #138 add 0xProto
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Aug 19, 2023
1 parent 2b6f757 commit ebf6371
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,21 @@
"year": 2015,
"zerostyle": "dotted"
},
"oxproto": {
"author": "Masaaki Morishita",
"description": "An opinionated font for software engineers, with ligatures that don't deform shape.",
"license": "SIL OFL",
"ligatures": true,
"name": "0xProto",
"rendering": "vector",
"style": "sans",
"variants": [
"regular"
],
"website": "https://github.com/0xType/0xProto",
"year": 2023,
"zerostyle": "slashed"
},
"oxygen": {
"author": "Vernon Adams",
"description": "Oxygen was created to work well in KDE, and this mono variation is a great choice for programmers on Linux.",
Expand Down
Binary file added fonts/resources/oxproto/oxproto.woff2
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/stylesheets/fonts.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import 'functions';

.font ( 'oxproto', normal, normal, 'oxproto/oxproto.woff2' );

.font ( 'font3270', normal, normal, 'font3270/font3270.ttf' );

.font ( 'agave', normal, normal, 'agave/agave.ttf' );
Expand Down
6 changes: 6 additions & 0 deletions fonts/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@font-face {
font-family: 'oxproto';
font-weight: normal;
font-style: normal;
src: url('../resources/oxproto/oxproto.woff2');
}
@font-face {
font-family: 'font3270';
font-weight: normal;
Expand Down

0 comments on commit ebf6371

Please sign in to comment.