Skip to content

Commit 5cc7f7e

Browse files
committedApr 5, 2024·
feat: allow changing fonts
1 parent 504ed8a commit 5cc7f7e

File tree

123 files changed

+635
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+635
-82
lines changed
 

‎package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/keybr-assets/lib/preload.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ export const preloadLinks: readonly PreloadLink[] = [
1212
),
1313
// Preload fonts.
1414
...[
15-
"/assets/opensans-400.latin.woff2",
16-
"/assets/ubuntu-mono-400.latin.woff2",
15+
"/assets/open-sans-400.latin.woff2",
16+
"/assets/open-sans-400italic.latin.woff2",
17+
"/assets/open-sans-700.latin.woff2",
18+
"/assets/open-sans-700italic.latin.woff2",
1719
].map(
1820
(href) =>
1921
({

0 commit comments

Comments
 (0)
Please sign in to comment.