Add input mono font

This commit is contained in:
Jeremy Dormitzer 2018-07-28 17:06:56 -04:00
parent 554a4f714b
commit 5a29d2c549
5 changed files with 13 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,13 @@
@font-face {
font-family: 'Input Mono';
src: url('FanwoodText-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Fanwood Text';
src: url('FanwoodText-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}