run tests and build

This commit is contained in:
Koen Lagveen 2022-01-12 21:33:11 +01:00
parent 48427c4f36
commit f16cb363a6
3 changed files with 63 additions and 8 deletions

View File

@ -108,22 +108,22 @@
"name": "Azeret Mono",
"rendering": "vector",
"style": "serif",
"zerostyle": "open",
"zerostyle": "empty",
"variants": [
"thin",
"thin italic",
"thin-italic",
"light",
"light italic",
"light-italic",
"extrabold",
"extrabold italic",
"extrabold-italic",
"black",
"black italic",
"black-italic",
"extralight",
"extralight italic",
"extralight-italic",
"medium",
"medium italic",
"medium-italic",
"semibold",
"semibold italic",
"semibold-italic",
"regular",
"italic",
"variable"

View File

@ -100,6 +100,30 @@
font-style: normal;
src: url('../resources/average/average.woff');
}
@font-face {
font-family: 'azeret';
font-weight: bold;
font-style: italic;
src: url('../resources/azeret/azeret-bold-italic.ttf');
}
@font-face {
font-family: 'azeret';
font-weight: bold;
font-style: normal;
src: url('../resources/azeret/azeret-bold.ttf');
}
@font-face {
font-family: 'azeret';
font-weight: normal;
font-style: italic;
src: url('../resources/azeret/azeret-italic.ttf');
}
@font-face {
font-family: 'azeret';
font-weight: normal;
font-style: normal;
src: url('../resources/azeret/azeret.ttf');
}
@font-face {
font-family: 'bedstead';
font-weight: normal;
@ -400,6 +424,30 @@
font-style: normal;
src: url('../resources/dm-mono/dm-mono-regular.woff');
}
@font-face {
font-family: 'drafting';
font-weight: bold;
font-style: italic;
src: url('../resources/drafting/drafting-bold-italic.woff2');
}
@font-face {
font-family: 'drafting';
font-weight: bold;
font-style: normal;
src: url('../resources/drafting/drafting-bold.woff2');
}
@font-face {
font-family: 'drafting';
font-weight: normal;
font-style: italic;
src: url('../resources/drafting/drafting-italic.woff2');
}
@font-face {
font-family: 'drafting';
font-weight: normal;
font-style: normal;
src: url('../resources/drafting/drafting.woff2');
}
@font-face {
font-family: 'droid-sans';
font-weight: normal;
@ -886,6 +934,12 @@
font-style: normal;
src: url('../resources/lilex/lilex-bold.woff');
}
@font-face {
font-family: 'lotion';
font-weight: normal;
font-style: normal;
src: url('../resources/lotion/lotion.woff2');
}
@font-face {
font-family: 'luculent';
font-weight: bold;

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "programmingfonts",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {