firacode 6.2, slashed 0; re #132

This commit is contained in:
Koen Lagveen 2023-04-23 16:08:04 +02:00
parent d16bac79a0
commit fed7059fe4
7 changed files with 5 additions and 5 deletions

View File

@ -625,7 +625,7 @@
"name": "Fira Code",
"rendering": "vector",
"style": "sans",
"zerostyle": "dotted",
"zerostyle": "slashed",
"website": "https://github.com/tonsky/FiraCode",
"year": 2014
},

Binary file not shown.

Binary file not shown.

View File

@ -148,8 +148,8 @@
.font ( 'fira', bold, normal, 'fira/fira-bold.woff' );
.font ( 'fira', normal, normal, 'fira/fira.woff' );
.font ( 'firacode', bold, normal, 'firacode/firacode-bold.woff' );
.font ( 'firacode', normal, normal, 'firacode/firacode.woff' );
.font ( 'firacode', bold, normal, 'firacode/firacode-bold.woff2' );
.font ( 'firacode', normal, normal, 'firacode/firacode.woff2' );
.font ( 'fixedsys', normal, normal, 'fixedsys/fixedsys.woff' );

View File

@ -626,13 +626,13 @@
font-family: 'firacode';
font-weight: bold;
font-style: normal;
src: url('../resources/firacode/firacode-bold.woff');
src: url('../resources/firacode/firacode-bold.woff2');
}
@font-face {
font-family: 'firacode';
font-weight: normal;
font-style: normal;
src: url('../resources/firacode/firacode.woff');
src: url('../resources/firacode/firacode.woff2');
}
@font-face {
font-family: 'fixedsys';