Skip to content

Commit a8a4b14

Browse files
committed
New Font: finger paint
1 parent c342ce7 commit a8a4b14

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@codemirror/state": "^6.6.0",
4646
"@codemirror/view": "^6.40.0",
4747
"@fontsource/dancing-script": "^5.2.8",
48+
"@fontsource/finger-paint": "^5.2.8",
4849
"@fontsource/grandstander": "^5.2.7",
4950
"@fontsource/ibm-plex-mono": "^5.2.7",
5051
"@fontsource/indie-flower": "^5.2.7",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common/fonts.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ export const Fonts: Font[] = [
7272
class: "font-roboto-slab",
7373
import: () => import("@fontsource/roboto-slab/latin-400.css"),
7474
scale: 0.9
75+
},
76+
{
77+
id: 9,
78+
name: "Finger Paint",
79+
class: "font-finger-paint",
80+
import: () => import("@fontsource/finger-paint/latin-400.css"),
81+
scale: 1
7582
}
7683
];
7784

0 commit comments

Comments
 (0)