mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Optimize theme builder font data (#1545)
This commit is contained in:
@@ -74,12 +74,12 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Quicksand',
|
name: 'Quicksand',
|
||||||
css: 'Quicksand, sans-serif',
|
css: 'Quicksand, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Quicksand:wght@300..700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Quicksand:wght@300..700&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Quicksand',
|
name: 'Quicksand',
|
||||||
css: 'Quicksand, sans-serif',
|
css: 'Quicksand, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Quicksand:wght@300..700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Quicksand:wght@300..700&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'OS Default',
|
name: 'OS Default',
|
||||||
@@ -89,7 +89,7 @@ export const themes = [
|
|||||||
longform: {
|
longform: {
|
||||||
name: 'Crimson Pro',
|
name: 'Crimson Pro',
|
||||||
css: '"Crimson Pro", serif',
|
css: '"Crimson Pro", serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Quicksand:wght@300..700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -194,22 +194,22 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Inter',
|
name: 'Inter',
|
||||||
css: 'Inter, sans-serif',
|
css: 'Inter, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Inter',
|
name: 'Inter',
|
||||||
css: 'Inter, sans-serif',
|
css: 'Inter, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'Geist Mono',
|
name: 'Geist Mono',
|
||||||
css: '"Geist Mono", monospace',
|
css: '"Geist Mono", monospace',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Geist+Mono:wght@100..900&display=swap',
|
||||||
},
|
},
|
||||||
longform: {
|
longform: {
|
||||||
name: 'Aleo',
|
name: 'Aleo',
|
||||||
css: 'Aleo, serif',
|
css: 'Aleo, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Geist+Mono:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -254,22 +254,22 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Space Grotesk',
|
name: 'Space Grotesk',
|
||||||
css: '"Space Grotesk", sans-serif',
|
css: '"Space Grotesk", sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Podkova:wght@400..800&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Space+Grotesk:wght@300..700&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'IBM Plex Sans Condensed',
|
name: 'IBM Plex Sans Condensed',
|
||||||
css: '"IBM Plex Sans Condensed", sans-serif',
|
css: '"IBM Plex Sans Condensed", sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Podkova:wght@400..800&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'Space Mono',
|
name: 'Space Mono',
|
||||||
css: '"Space Mono", monospace',
|
css: '"Space Mono", monospace',
|
||||||
href: 'https://fonts.bunny.net/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Podkova:wght@400..800&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap',
|
||||||
},
|
},
|
||||||
longform: {
|
longform: {
|
||||||
name: 'Podkova',
|
name: 'Podkova',
|
||||||
css: 'Podkova, serif',
|
css: 'Podkova, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Podkova:wght@400..800&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Podkova:wght@400..800&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -314,22 +314,22 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Figtree',
|
name: 'Figtree',
|
||||||
css: 'Figtree, sans-serif',
|
css: 'Figtree, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Figtree',
|
name: 'Figtree',
|
||||||
css: 'Figtree, sans-serif',
|
css: 'Figtree, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'Chivo Mono',
|
name: 'Chivo Mono',
|
||||||
css: '"Chivo Mono", monospace',
|
css: '"Chivo Mono", monospace',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
longform: {
|
longform: {
|
||||||
name: 'Fraunces',
|
name: 'Fraunces',
|
||||||
css: 'Fraunces, serif',
|
css: 'Fraunces, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Fraunces:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -374,22 +374,22 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Wix Madefor Text',
|
name: 'Wix Madefor Text',
|
||||||
css: '"Wix Madefor Text", sans-serif',
|
css: '"Wix Madefor Text", sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Wix Madefor Text',
|
name: 'Wix Madefor Text',
|
||||||
css: '"Wix Madefor Text", sans-serif',
|
css: '"Wix Madefor Text", sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'Roboto Mono',
|
name: 'Roboto Mono',
|
||||||
css: '"Roboto Mono", monospace',
|
css: '"Roboto Mono", monospace',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap',
|
||||||
},
|
},
|
||||||
longform: {
|
longform: {
|
||||||
name: 'Roboto Serif',
|
name: 'Roboto Serif',
|
||||||
css: '"Roboto Serif", serif',
|
css: '"Roboto Serif", serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Roboto+Serif:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -434,12 +434,12 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Mulish',
|
name: 'Mulish',
|
||||||
css: 'Mulish, sans-serif',
|
css: 'Mulish, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Lora',
|
name: 'Lora',
|
||||||
css: 'Lora, serif',
|
css: 'Lora, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'OS Default',
|
name: 'OS Default',
|
||||||
@@ -449,7 +449,7 @@ export const themes = [
|
|||||||
longform: {
|
longform: {
|
||||||
name: 'Lora',
|
name: 'Lora',
|
||||||
css: 'Lora, serif',
|
css: 'Lora, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -494,22 +494,22 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Nunito',
|
name: 'Nunito',
|
||||||
css: 'Nunito, sans-serif',
|
css: 'Nunito, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=BioRhyme:wght@200..800&family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Fredoka',
|
name: 'Fredoka',
|
||||||
css: 'Fredoka, sans-serif',
|
css: 'Fredoka, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=BioRhyme:wght@200..800&family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Fredoka:wght@300..700&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'Azeret Mono',
|
name: 'Azeret Mono',
|
||||||
css: '"Azeret Mono", monospace',
|
css: '"Azeret Mono", monospace',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=BioRhyme:wght@200..800&family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
longform: {
|
longform: {
|
||||||
name: 'BioRhyme',
|
name: 'BioRhyme',
|
||||||
css: 'BioRhyme, serif',
|
css: 'BioRhyme, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=BioRhyme:wght@200..800&family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=BioRhyme:wght@200..800&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -554,12 +554,12 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'DM Sans',
|
name: 'DM Sans',
|
||||||
css: '"DM Sans", sans-serif',
|
css: '"DM Sans", sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=DM+Sans:ital,wght@0,100..1000;1,100..1000&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Playfair Display',
|
name: 'Playfair Display',
|
||||||
css: '"Playfair Display", serif',
|
css: '"Playfair Display", serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'OS Default',
|
name: 'OS Default',
|
||||||
@@ -569,7 +569,7 @@ export const themes = [
|
|||||||
longform: {
|
longform: {
|
||||||
name: 'Playfair',
|
name: 'Playfair',
|
||||||
css: 'Playfair, serif',
|
css: 'Playfair, serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Playfair:ital,wght@0,300..900;1,300..900&display=swap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
@@ -614,12 +614,12 @@ export const themes = [
|
|||||||
body: {
|
body: {
|
||||||
name: 'Inter',
|
name: 'Inter',
|
||||||
css: 'Inter, sans-serif',
|
css: 'Inter, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
name: 'Inter',
|
name: 'Inter',
|
||||||
css: 'Inter, sans-serif',
|
css: 'Inter, sans-serif',
|
||||||
href: 'https://fonts.bunny.net/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap',
|
href: 'https://fonts.bunny.net/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap',
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: 'OS Default',
|
name: 'OS Default',
|
||||||
|
|||||||
Reference in New Issue
Block a user