Remove Owners font from the modeling app (#7185)

Our team started getting *rate limited* with access to the font, which
meant the app wasn't loading for them 😱. I don't want us to risk any
user being rate limited because of a font ever.
This commit is contained in:
Frank Noirot
2025-05-23 12:33:05 -04:00
committed by GitHub
parent 125b2c44d4
commit 4eee50d79e
3 changed files with 1 additions and 5 deletions

View File

@ -16,7 +16,6 @@
<link rel="apple-touch-icon" href="/logo192.png" /> <link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="./inter/inter.css" /> <link rel="stylesheet" href="./inter/inter.css" />
<link rel="stylesheet" href="https://use.typekit.net/zzv8rvm.css" />
<script <script
defer defer
data-domain="app.zoo.dev" data-domain="app.zoo.dev"

View File

@ -33,7 +33,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
@apply font-display; @apply font-sans;
} }
.body-bg { .body-bg {

View File

@ -40,9 +40,6 @@ module.exports = {
...themeColors, ...themeColors,
}, },
fontFamily: { fontFamily: {
display: `'owners', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif`,
sans: `'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', sans: `'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif`, sans-serif`,