subtitles symbols
This commit is contained in:
parent
0e03ba8475
commit
9340553c0b
24 changed files with 241 additions and 123 deletions
|
|
@ -1,13 +1,54 @@
|
|||
@font-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.ttf") format("truetype");
|
||||
font-weight: 10 220;
|
||||
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-face {
|
||||
font-family: "OCR X";
|
||||
src: url("OCR-XTrial-VariableVF.woff2") format("woff2");
|
||||
font-weight: 10 220;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue