mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
* remove antd as a dependency! * update CTAs in blog posts * create tab component to replace antd version * remove references to antd (wip) * rebuild compensation calculator * rebuild contributors page * replace spinner on slack * remove antd from APIEndpoint * redo yc-onboarding * add dark mode styles * fix missing angle bracket * Reset Fonts.scss * update yarn.lock * redirect /startups to /pricing * use pointer on dropdowns * overflow tabs instead of wrap Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
45 lines
2.0 KiB
SCSS
45 lines
2.0 KiB
SCSS
@font-face {
|
|
font-family: 'MatterVF';
|
|
/* LOCAL DEVELOPMENT */
|
|
// src: url('/fonts/MatterSQVF.woff') format('woff supports variations'),
|
|
// url('/fonts/MatterSQVF.woff') format('woff-variations'),
|
|
// url('/fonts/MatterSQVF.woff2') format('woff2 supports variations'),
|
|
// url('/fonts/MatterSQVF.woff2') format('woff2-variations');
|
|
|
|
/* PRODUCTION */
|
|
|
|
src: url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQVF.woff2')
|
|
format('woff2 supports variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQVF.woff2') format('woff2-variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQVF.woff')
|
|
format('woff supports variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQVF.woff') format('woff-variations');
|
|
|
|
font-style: normal;
|
|
font-weight: 300 900;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MatterVF';
|
|
/* LOCAL DEVELOPMENT */
|
|
// src: url('/fonts/MatterSQItalicVF.woff') format('woff supports variations'),
|
|
// url('/fonts/MatterSQItalicVF.woff') format('woff-variations'),
|
|
// url('/fonts/MatterSQItalicVF.woff2') format('woff2 supports variations'),
|
|
// url('/fonts/MatterSQItalicVF.woff2') format('woff2-variations');
|
|
|
|
/* PRODUCTION */
|
|
src: url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQItalicVF.woff2')
|
|
format('woff2 supports variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQItalicVF.woff2')
|
|
format('woff2-variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQItalicVF.woff')
|
|
format('woff supports variations'),
|
|
url('//d27nj4tzr3d5tm.cloudfront.net/Website-Assets/Fonts/Matter/MatterSQItalicVF.woff')
|
|
format('woff-variations');
|
|
|
|
font-style: italic;
|
|
font-weight: 300 900;
|
|
font-display: swap;
|
|
}
|