mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
8 lines
127 B
CSS
8 lines
127 B
CSS
@font-face {
|
|
font-family: gent;
|
|
src: url(GentiumPlus-R.woff) format("woff");
|
|
}
|
|
|
|
.test {
|
|
font-family: gent, sans-serif;
|
|
}
|