mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
7 lines
112 B
CSS
7 lines
112 B
CSS
@font-face {
|
|
font-family: WidthTest;
|
|
src: url(WidthTest-Regular.otf);
|
|
}
|
|
.test {
|
|
font: 72px/1 WidthTest;
|
|
}
|