From cbc7cd080889bbb8af052717d2831880ccd10475 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Sep 2024 19:35:34 -0500 Subject: [Neue] Base (#5395) * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey --- assets/fonts/inter/Inter-Black.otf | Bin 0 -> 619772 bytes assets/fonts/inter/Inter-BlackItalic.otf | Bin 0 -> 592516 bytes assets/fonts/inter/Inter-Bold.otf | Bin 0 -> 626056 bytes assets/fonts/inter/Inter-BoldItalic.otf | Bin 0 -> 604316 bytes assets/fonts/inter/Inter-ExtraBold.otf | Bin 0 -> 627736 bytes assets/fonts/inter/Inter-ExtraBoldItalic.otf | Bin 0 -> 603412 bytes assets/fonts/inter/Inter-ExtraLight.otf | Bin 0 -> 588780 bytes assets/fonts/inter/Inter-ExtraLightItalic.otf | Bin 0 -> 579096 bytes assets/fonts/inter/Inter-Italic.otf | Bin 0 -> 586752 bytes assets/fonts/inter/Inter-Light.otf | Bin 0 -> 607704 bytes assets/fonts/inter/Inter-LightItalic.otf | Bin 0 -> 588860 bytes assets/fonts/inter/Inter-Medium.otf | Bin 0 -> 622088 bytes assets/fonts/inter/Inter-MediumItalic.otf | Bin 0 -> 599652 bytes assets/fonts/inter/Inter-Regular.otf | Bin 0 -> 605092 bytes assets/fonts/inter/Inter-SemiBold.otf | Bin 0 -> 624244 bytes assets/fonts/inter/Inter-SemiBoldItalic.otf | Bin 0 -> 602496 bytes assets/fonts/inter/Inter-Thin.otf | Bin 0 -> 576484 bytes assets/fonts/inter/Inter-ThinItalic.otf | Bin 0 -> 571792 bytes assets/icons/textSize_stroke2_corner0_rounded.svg | 1 + assets/icons/titleCase_stroke2_corner0_rounded.svg | 1 + 20 files changed, 2 insertions(+) create mode 100644 assets/fonts/inter/Inter-Black.otf create mode 100644 assets/fonts/inter/Inter-BlackItalic.otf create mode 100644 assets/fonts/inter/Inter-Bold.otf create mode 100644 assets/fonts/inter/Inter-BoldItalic.otf create mode 100644 assets/fonts/inter/Inter-ExtraBold.otf create mode 100644 assets/fonts/inter/Inter-ExtraBoldItalic.otf create mode 100644 assets/fonts/inter/Inter-ExtraLight.otf create mode 100644 assets/fonts/inter/Inter-ExtraLightItalic.otf create mode 100644 assets/fonts/inter/Inter-Italic.otf create mode 100644 assets/fonts/inter/Inter-Light.otf create mode 100644 assets/fonts/inter/Inter-LightItalic.otf create mode 100644 assets/fonts/inter/Inter-Medium.otf create mode 100644 assets/fonts/inter/Inter-MediumItalic.otf create mode 100644 assets/fonts/inter/Inter-Regular.otf create mode 100644 assets/fonts/inter/Inter-SemiBold.otf create mode 100644 assets/fonts/inter/Inter-SemiBoldItalic.otf create mode 100644 assets/fonts/inter/Inter-Thin.otf create mode 100644 assets/fonts/inter/Inter-ThinItalic.otf create mode 100644 assets/icons/textSize_stroke2_corner0_rounded.svg create mode 100644 assets/icons/titleCase_stroke2_corner0_rounded.svg (limited to 'assets') diff --git a/assets/fonts/inter/Inter-Black.otf b/assets/fonts/inter/Inter-Black.otf new file mode 100644 index 000000000..44d1779af Binary files /dev/null and b/assets/fonts/inter/Inter-Black.otf differ diff --git a/assets/fonts/inter/Inter-BlackItalic.otf b/assets/fonts/inter/Inter-BlackItalic.otf new file mode 100644 index 000000000..6fc475e41 Binary files /dev/null and b/assets/fonts/inter/Inter-BlackItalic.otf differ diff --git a/assets/fonts/inter/Inter-Bold.otf b/assets/fonts/inter/Inter-Bold.otf new file mode 100644 index 000000000..58a38073e Binary files /dev/null and b/assets/fonts/inter/Inter-Bold.otf differ diff --git a/assets/fonts/inter/Inter-BoldItalic.otf b/assets/fonts/inter/Inter-BoldItalic.otf new file mode 100644 index 000000000..e67935aa5 Binary files /dev/null and b/assets/fonts/inter/Inter-BoldItalic.otf differ diff --git a/assets/fonts/inter/Inter-ExtraBold.otf b/assets/fonts/inter/Inter-ExtraBold.otf new file mode 100644 index 000000000..66cd95228 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBold.otf differ diff --git a/assets/fonts/inter/Inter-ExtraBoldItalic.otf b/assets/fonts/inter/Inter-ExtraBoldItalic.otf new file mode 100644 index 000000000..f269814a6 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraBoldItalic.otf differ diff --git a/assets/fonts/inter/Inter-ExtraLight.otf b/assets/fonts/inter/Inter-ExtraLight.otf new file mode 100644 index 000000000..b603db3c7 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLight.otf differ diff --git a/assets/fonts/inter/Inter-ExtraLightItalic.otf b/assets/fonts/inter/Inter-ExtraLightItalic.otf new file mode 100644 index 000000000..f65051941 Binary files /dev/null and b/assets/fonts/inter/Inter-ExtraLightItalic.otf differ diff --git a/assets/fonts/inter/Inter-Italic.otf b/assets/fonts/inter/Inter-Italic.otf new file mode 100644 index 000000000..f78848b98 Binary files /dev/null and b/assets/fonts/inter/Inter-Italic.otf differ diff --git a/assets/fonts/inter/Inter-Light.otf b/assets/fonts/inter/Inter-Light.otf new file mode 100644 index 000000000..7da794bd3 Binary files /dev/null and b/assets/fonts/inter/Inter-Light.otf differ diff --git a/assets/fonts/inter/Inter-LightItalic.otf b/assets/fonts/inter/Inter-LightItalic.otf new file mode 100644 index 000000000..32ef937c5 Binary files /dev/null and b/assets/fonts/inter/Inter-LightItalic.otf differ diff --git a/assets/fonts/inter/Inter-Medium.otf b/assets/fonts/inter/Inter-Medium.otf new file mode 100644 index 000000000..f44f89ada Binary files /dev/null and b/assets/fonts/inter/Inter-Medium.otf differ diff --git a/assets/fonts/inter/Inter-MediumItalic.otf b/assets/fonts/inter/Inter-MediumItalic.otf new file mode 100644 index 000000000..1970f5721 Binary files /dev/null and b/assets/fonts/inter/Inter-MediumItalic.otf differ diff --git a/assets/fonts/inter/Inter-Regular.otf b/assets/fonts/inter/Inter-Regular.otf new file mode 100644 index 000000000..2d0bd1d64 Binary files /dev/null and b/assets/fonts/inter/Inter-Regular.otf differ diff --git a/assets/fonts/inter/Inter-SemiBold.otf b/assets/fonts/inter/Inter-SemiBold.otf new file mode 100644 index 000000000..52c84550b Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBold.otf differ diff --git a/assets/fonts/inter/Inter-SemiBoldItalic.otf b/assets/fonts/inter/Inter-SemiBoldItalic.otf new file mode 100644 index 000000000..b725bfc88 Binary files /dev/null and b/assets/fonts/inter/Inter-SemiBoldItalic.otf differ diff --git a/assets/fonts/inter/Inter-Thin.otf b/assets/fonts/inter/Inter-Thin.otf new file mode 100644 index 000000000..568a18560 Binary files /dev/null and b/assets/fonts/inter/Inter-Thin.otf differ diff --git a/assets/fonts/inter/Inter-ThinItalic.otf b/assets/fonts/inter/Inter-ThinItalic.otf new file mode 100644 index 000000000..c5ed37c35 Binary files /dev/null and b/assets/fonts/inter/Inter-ThinItalic.otf differ diff --git a/assets/icons/textSize_stroke2_corner0_rounded.svg b/assets/icons/textSize_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..6c7537d10 --- /dev/null +++ b/assets/icons/textSize_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/titleCase_stroke2_corner0_rounded.svg b/assets/icons/titleCase_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..facdfc0e1 --- /dev/null +++ b/assets/icons/titleCase_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + -- cgit 1.4.1