40 lines
872 B
CSS
40 lines
872 B
CSS
@font-face {
|
|
font-family: 'Overlock';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url(/fonts/overlock/Overlock-Regular.woff2) format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Overlock';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url(/fonts/overlock/Overlock-Italic.woff2) format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Overlock';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url(/fonts/overlock/Overlock-Bold.woff2) format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Overlock';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url(/fonts/overlock/Overlock-Black.woff2) format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Overlock';
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url(/fonts/overlock/Overlock-BlackItalic.woff2) format('woff2');
|
|
}
|