test_audit_all.css (410B)
1 /* It's important to have those @font-face rules to cover the issue from Bug 1929891 */ 2 @font-face { 3 font-family: test-font; 4 src: url("ostrich-regular.ttf") format("truetype"); 5 font-style: normal; 6 font-weight: 400; 7 font-display: swap; 8 } 9 10 @font-face { 11 font-family: test-font-bold; 12 src: url("ostrich-black.ttf") format("truetype"); 13 font-style: normal; 14 font-weight: 700; 15 font-display: swap; 16 }