Replace Comic Neue with Comic Relief in bundled fonts
This commit is contained in:
Generated
+5
-5
@@ -26,7 +26,7 @@
|
||||
"@fontsource-variable/montserrat": "^5.2.8",
|
||||
"@fontsource-variable/outfit": "^5.2.8",
|
||||
"@fontsource-variable/playfair-display": "^5.2.8",
|
||||
"@fontsource/comic-neue": "^5.2.7",
|
||||
"@fontsource/comic-relief": "^5.2.2",
|
||||
"@getalby/sdk": "^5.1.1",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@lucide/lab": "^0.1.2",
|
||||
@@ -1228,10 +1228,10 @@
|
||||
"url": "https://github.com/sponsors/ayuhito"
|
||||
}
|
||||
},
|
||||
"node_modules/@fontsource/comic-neue": {
|
||||
"version": "5.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/comic-neue/-/comic-neue-5.2.7.tgz",
|
||||
"integrity": "sha512-tNi0Nxbz0QMwHvZWJSP5G0SXq8CeX5b+K3l3q/afPmJ/WlQ+i3/NfOYWBzsojCZko1lNplfmjbsOGMuBs4WmcA==",
|
||||
"node_modules/@fontsource/comic-relief": {
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/comic-relief/-/comic-relief-5.2.2.tgz",
|
||||
"integrity": "sha512-cTE1AQh4FI/IcfAc/8SB9ZIWuW6B0M9B33V58Qoz4X6TBnpO+gyv+JKeNQJm39Xna3JT2fJvAOttnDFV7IIu/w==",
|
||||
"license": "OFL-1.1",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ayuhito"
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
"@fontsource-variable/montserrat": "^5.2.8",
|
||||
"@fontsource-variable/outfit": "^5.2.8",
|
||||
"@fontsource-variable/playfair-display": "^5.2.8",
|
||||
"@fontsource/comic-neue": "^5.2.7",
|
||||
"@fontsource/comic-relief": "^5.2.2",
|
||||
"@getalby/sdk": "^5.1.1",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@lucide/lab": "^0.1.2",
|
||||
|
||||
+4
-4
@@ -89,14 +89,14 @@ export const bundledFonts: BundledFont[] = [
|
||||
cdnUrl: 'https://cdn.jsdelivr.net/fontsource/fonts/comfortaa:vf@latest/latin-wght-normal.woff2',
|
||||
},
|
||||
{
|
||||
family: 'Comic Neue',
|
||||
family: 'Comic Relief',
|
||||
category: 'handwriting',
|
||||
variable: false,
|
||||
load: async () => {
|
||||
await import('@fontsource/comic-neue/400.css');
|
||||
await import('@fontsource/comic-neue/700.css');
|
||||
await import('@fontsource/comic-relief/400.css');
|
||||
await import('@fontsource/comic-relief/700.css');
|
||||
},
|
||||
cdnUrl: 'https://cdn.jsdelivr.net/fontsource/fonts/comic-neue@latest/latin-400-normal.woff2',
|
||||
cdnUrl: 'https://cdn.jsdelivr.net/fontsource/fonts/comic-relief@latest/latin-400-normal.woff2',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -2,4 +2,4 @@
|
||||
|
||||
// Fontsource packages export CSS — they have no TS declarations
|
||||
declare module '@fontsource-variable/*';
|
||||
declare module '@fontsource/comic-neue/*';
|
||||
declare module '@fontsource/comic-relief/*';
|
||||
|
||||
Reference in New Issue
Block a user