mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
remove problematic corrupted woff font (#6006)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
:root {
|
||||
/* fonts */
|
||||
--font-sans: 'Cash Sans', sans-serif;
|
||||
--font-mono: 'Cash Sans Mono', monospace;
|
||||
--font-mono: monospace;
|
||||
|
||||
/* theming accents */
|
||||
--background-accent: var(--color-accent);
|
||||
@@ -192,7 +192,7 @@
|
||||
--color-text-info: var(--text-info);
|
||||
|
||||
--font-sans: 'Cash Sans', sans-serif;
|
||||
--font-mono: 'Cash Sans Mono', monospace;
|
||||
--font-mono: monospace;
|
||||
--font-serif: serif;
|
||||
|
||||
--color-ring: var(--ring);
|
||||
@@ -258,28 +258,6 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cash Sans Mono';
|
||||
src:
|
||||
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff2/CashSansMono-Regular.woff2)
|
||||
format('woff2'),
|
||||
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff/CashSansMono-Regular.woff)
|
||||
format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cash Sans Mono';
|
||||
src:
|
||||
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff2/CashSansMono-Light.woff2)
|
||||
format('woff2'),
|
||||
url(https://cash-f.squarecdn.com/static/fonts/cashsans/woff/CashSansMono-Light.woff)
|
||||
format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* animations */
|
||||
@keyframes appear {
|
||||
from {
|
||||
@@ -522,7 +500,7 @@ body {
|
||||
.bg-inline-code {
|
||||
border-radius: 4px;
|
||||
color: var(--color-neutral-200);
|
||||
font-family: 'Cash Sans Mono', monospace;
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user