fixed styling

This commit is contained in:
june 2026-03-31 11:41:44 -07:00
parent 915d64b262
commit 934db26747
3 changed files with 84 additions and 7 deletions

View file

@ -1,41 +1,41 @@
@font-face {
font-family: 'Gauge';
src: url('/assets/fonts/gauge/Gauge-Regular.woff');
src: url('../fonts/gauge/Gauge-Regular.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gauge';
src: url('/assets/fonts/gauge/Gauge-Heavy.woff');
src: url('../fonts/gauge/Gauge-Heavy.woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Gauge';
src: url('/assets/fonts/gauge/Gauge-Oblique.woff');
src: url('../fonts/gauge/Gauge-Oblique.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'HK Grotesk';
src: url('/assets/fonts/hkgrotesk/HKGrotesk-Regular.woff2');
src: url('../fonts/hkgrotesk/HKGrotesk-Regular.woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('/assets/fonts/hkgrotesk/HKGrotesk-Bold.woff2');
src: url('../fonts/hkgrotesk/HKGrotesk-Bold.woff2');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('/assets/fonts/hkgrotesk/HKGrotesk-Italic.woff2');
src: url('../fonts/hkgrotesk/HKGrotesk-Italic.woff2');
font-weight: normal;
font-style: italic;
}