54 lines
1.2 KiB
CSS
54 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Bold.woff2') format('woff2'),
|
|
url('OCR-X-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Black.woff2') format('woff2'),
|
|
url('OCR-X-Black.woff') format('woff');
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Light.woff2') format('woff2'),
|
|
url('OCR-X-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Regular.woff2') format('woff2'),
|
|
url('OCR-X-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Medium.woff2') format('woff2'),
|
|
url('OCR-X-Medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OCR-X';
|
|
src: url('OCR-X-Thin.woff2') format('woff2'),
|
|
url('OCR-X-Thin.woff') format('woff');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|