Always load remote OCR-A font to prevent broken local fonts from being used
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-12-03 18:43:46 +01:00
parent e60f77ec27
commit ec8462eecf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }