mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-25 09:39:29 +00:00
9 lines
127 B
CSS
9 lines
127 B
CSS
@font-face {
|
|
font-family: gent;
|
|
src: url(GentiumPlus-R.woff) format("woff");
|
|
}
|
|
|
|
.test {
|
|
font-family: gent, sans-serif;
|
|
}
|