Skip to content

Commit

Permalink
Create and test font dir (TheGiddyLimit#12)
Browse files Browse the repository at this point in the history
* SGttEH font

* test: font dir filetypes and size
  • Loading branch information
revilowaldow authored May 5, 2024
1 parent cbf1a4a commit 238cb4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _test/test-file-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import {lsRecursiveSync} from "5etools-utils/lib/UtilFs.js";

const _TIME_TAG = "\tRun duration";
const _ALLOWED_EXTENSIONS = {
"font": new Set([
"otf",
"ttf",
"woff",
"woff2",
]),
"img": new Set([
"gif",
"jpeg",
Expand Down
1 change: 1 addition & 0 deletions _test/test-file-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {lsRecursiveSync} from "5etools-utils/lib/UtilFs.js";

const _TIME_TAG = "\tRun duration";
const _DIRS = [
"font",
"img",
"pdf",
];
Expand Down
Binary file added font/SGttEH/radiantcross.otf
Binary file not shown.

0 comments on commit 238cb4e

Please sign in to comment.