mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
added "main" to package.json and updated CSS
This commit is contained in:
parent
317556dee8
commit
14c876de7b
@ -1,7 +1,7 @@
|
||||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: url('woff2/FiraCode-Light.woff2') format('woff2'),
|
||||
url("woff2/FiraCode-Light.woff") format("woff");
|
||||
url("woff/FiraCode-Light.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -9,7 +9,7 @@
|
||||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: url('woff2/FiraCode-Regular.woff2') format('woff2'),
|
||||
url("woff2/FiraCode-Regular.woff") format("woff");
|
||||
url("woff/FiraCode-Regular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -17,7 +17,7 @@
|
||||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: url('woff2/FiraCode-Medium.woff2') format('woff2'),
|
||||
url("woff2/FiraCode-Medium.woff") format("woff");
|
||||
url("woff/FiraCode-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -25,7 +25,7 @@
|
||||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
|
||||
url("woff2/FiraCode-Bold.woff") format("woff");
|
||||
url("woff/FiraCode-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "firacode",
|
||||
"version": "1.206.0",
|
||||
"description": "Fira Code: monospaced font with programming ligatures",
|
||||
"main": "distr/fira_code.css",
|
||||
"keywords": [
|
||||
"font",
|
||||
"Mozilla Fira Type Family",
|
||||
|
Loading…
Reference in New Issue
Block a user