feat(font): change opensans to inter font

This commit is contained in:
Gabe Kangas
2023-04-22 18:05:35 -07:00
parent ff01663044
commit c1086aa5a2
46 changed files with 36 additions and 275 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Sat, 01 Apr 2023 04:45:16 GMT
// Generated on Sun, 23 Apr 2023 00:45:01 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -131,5 +131,5 @@
@color-owncast-palette-15: #eff1f4; // Lighter background
@color-owncast-palette-error: #ff4b39; // Error
@color-owncast-palette-warning: #ffc655; // Warning
@font-owncast-body: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
@font-owncast-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
@font-owncast-display: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';