mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 00:19:08 +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;
|
|
}
|