diff --git a/fonts.json b/fonts.json index a879386..c784563 100644 --- a/fonts.json +++ b/fonts.json @@ -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.", diff --git a/fonts/resources/oxproto/oxproto.woff2 b/fonts/resources/oxproto/oxproto.woff2 new file mode 100644 index 0000000..ea42782 Binary files /dev/null and b/fonts/resources/oxproto/oxproto.woff2 differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index 2329fca..55f5904 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -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' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 65807e6..ba1492e 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -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;