Added Overpass Mono Font (#4500) ibrab000

* Update _list.json

* Update _list.json

* Add files via upload

* Update fonts.scss
This commit is contained in:
ibrab000 2023-08-03 07:25:26 -07:00 committed by GitHub
parent 7e9a7efd79
commit d4a061400b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View file

@ -206,3 +206,11 @@
font-display: block;
src: url("../webfonts/IBMPlexMono-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Overpass Mono";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../webfonts/OverpassMono-VariableFont_wght.ttf") format("truetype");
}

View file

@ -84,5 +84,8 @@
},
{
"name": "IBM Plex Mono"
},
{
"name": "Overpass Mono"
}
]