1
0
Fork 0
firefox/devtools/client/accessibility/test/browser/test_audit_all.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
410 B
CSS

/* It's important to have those @font-face rules to cover the issue from Bug 1929891 */
@font-face {
font-family: test-font;
src: url("ostrich-regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: test-font-bold;
src: url("ostrich-black.ttf") format("truetype");
font-style: normal;
font-weight: 700;
font-display: swap;
}