Skip to content

Instantly share code, notes, and snippets.

View alexdevz's full-sized avatar
:shipit:
shippin' code

Alex D. alexdevz

:shipit:
shippin' code
View GitHub Profile
@alexdevz
alexdevz / style.css
Created July 3, 2022 05:01 — forked from avi9664/style.css
CSS uploaded by scrapbook.hackclub.com/customizer
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500&display=swap');
@font-face {
font-family: 'HK Grotesk';
src: url("https://cloud-9yfp7521y.vercel.app/0hkgrotesk-regular-webfont.woff");
}
@font-face {
font-family: 'HK Grotesk Bold';
src: url("https://cloud-9yfp7521y.vercel.app/1hkgrotesk-bold-webfont.woff");
@alexdevz
alexdevz / style.css
Created July 3, 2022 05:04 — forked from avi9664/style.css
CSS uploaded by scrapbook.hackclub.com/customizer
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500&display=swap');
@font-face {
font-family: 'HK Grotesk';
src: url("https://cloud-9yfp7521y.vercel.app/0hkgrotesk-regular-webfont.woff");
}
@font-face {
font-family: 'HK Grotesk Bold';
src: url("https://cloud-9yfp7521y.vercel.app/1hkgrotesk-bold-webfont.woff");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');
:root {
--colors-background: #222;
--colors-text: #f7f7ff;
--colors-elevated: #333;
--fonts-body: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI';
--colors-one: #C66;