mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-04 05:30:39 +00:00
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
/* $range */
|
|
@font-face {
|
|
font-family: '$font';
|
|
src: $src;
|
|
unicode-range: $unicodes;
|
|
$additional
|
|
}
|