created site
This commit is contained in:
commit
1cd8f12a3c
30 changed files with 487 additions and 0 deletions
41
assets/css/_fonts.scss
Normal file
41
assets/css/_fonts.scss
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
@font-face {
|
||||
font-family: 'Gauge';
|
||||
src: url('/assets/fonts/gauge/Gauge-Regular.woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gauge';
|
||||
src: url('/assets/fonts/gauge/Gauge-Heavy.woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gauge';
|
||||
src: url('/assets/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');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'HK Grotesk';
|
||||
src: url('/assets/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');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue