Always load remote OCR-A font to prevent broken local fonts from being used
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e60f77ec27
commit
ec8462eecf
|
@ -23,5 +23,5 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "OCR A";
|
font-family: "OCR A";
|
||||||
src: local("OCR A"), local("OCR-A"), local("OCRA"), url(/OCRA.ttf), url(/OCRA.otf);
|
src: url(/OCRA.ttf), url(/OCRA.otf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue