fix #138 add 0xProto

This commit is contained in:
Koen Lagveen 2023-08-19 14:35:19 +02:00
parent 2b6f7578f2
commit ebf63716fc
4 changed files with 23 additions and 0 deletions

View File

@ -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.",

Binary file not shown.

View File

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

View File

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