remove problematic corrupted woff font (#6006)
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
:root {
|
:root {
|
||||||
/* fonts */
|
/* fonts */
|
||||||
--font-sans: 'Cash Sans', sans-serif;
|
--font-sans: 'Cash Sans', sans-serif;
|
||||||
--font-mono: 'Cash Sans Mono', monospace;
|
--font-mono: monospace;
|
||||||
|
|
||||||
/* theming accents */
|
/* theming accents */
|
||||||
--background-accent: var(--color-accent);
|
--background-accent: var(--color-accent);
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
--color-text-info: var(--text-info);
|
--color-text-info: var(--text-info);
|
||||||
|
|
||||||
--font-sans: 'Cash Sans', sans-serif;
|
--font-sans: 'Cash Sans', sans-serif;
|
||||||
--font-mono: 'Cash Sans Mono', monospace;
|
--font-mono: monospace;
|
||||||
--font-serif: serif;
|
--font-serif: serif;
|
||||||
|
|
||||||
--color-ring: var(--ring);
|
--color-ring: var(--ring);
|
||||||
@@ -258,28 +258,6 @@
|
|||||||
font-style: normal;
|
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 */
|
/* animations */
|
||||||
@keyframes appear {
|
@keyframes appear {
|
||||||
from {
|
from {
|
||||||
@@ -522,7 +500,7 @@ body {
|
|||||||
.bg-inline-code {
|
.bg-inline-code {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: var(--color-neutral-200);
|
color: var(--color-neutral-200);
|
||||||
font-family: 'Cash Sans Mono', monospace;
|
font-family: monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user