ai generated solutions to our ai generated problems
This commit is contained in:
+3
-76
@@ -109,78 +109,6 @@
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("/fonts/SF-Pro-Text-Regular.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("/fonts/SF-Pro-Text-Medium.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url("/fonts/SF-Pro-Text-Semibold.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url("/fonts/SF-Pro-Text-Bold.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url("/fonts/SF-Pro-Text-Heavy.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Text Local";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url("/fonts/SF-Pro-Text-Black.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Rounded Local";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("/fonts/SF-Pro-Rounded-Regular.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Rounded Local";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url("/fonts/SF-Pro-Rounded-Semibold.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "SF Pro Rounded Local";
|
||||
font-style: normal;
|
||||
font-weight: 700 900;
|
||||
src: url("/fonts/SF-Pro-Rounded-Black.otf") format("opentype");
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
@@ -193,8 +121,7 @@ body {
|
||||
min-height: 100vh;
|
||||
background: var(--color-bg);
|
||||
font-family:
|
||||
"SF Pro Rounded Local", "SF Pro Rounded", "SF Pro Text Local",
|
||||
"SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter,
|
||||
"SF Pro Rounded", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter,
|
||||
ui-sans-serif, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
@@ -202,8 +129,8 @@ h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family:
|
||||
"SF Pro Text Local", "SF Pro Text", -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
|
||||
"SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter,
|
||||
ui-sans-serif, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.pixel-mountains {
|
||||
|
||||
Reference in New Issue
Block a user