41 lines
No EOL
882 B
SCSS
41 lines
No EOL
882 B
SCSS
@font-face {
|
|
font-family: 'Gauge';
|
|
src: url('../fonts/gauge/Gauge-Regular.woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gauge';
|
|
src: url('../fonts/gauge/Gauge-Heavy.woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Gauge';
|
|
src: url('../fonts/gauge/Gauge-Oblique.woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HK Grotesk';
|
|
src: url('../fonts/hkgrotesk/HKGrotesk-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HK Grotesk';
|
|
src: url('../fonts/hkgrotesk/HKGrotesk-Bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HK Grotesk';
|
|
src: url('../fonts/hkgrotesk/HKGrotesk-Italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
} |