mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-17 19:28:35 +00:00
9 lines
176 B
CSS
9 lines
176 B
CSS
@font-face {
|
|
font-family: font-face-test-family;
|
|
src: url(bad/font/name.ttf), url(GentiumPlus-R.woff) format("woff");
|
|
}
|
|
|
|
.gentium {
|
|
font-family: font-face-test-family;
|
|
}
|