4 lines
78 B
CSS
4 lines
78 B
CSS
|
/* using the same font system wide */
|
||
|
* {
|
||
|
font-family: GohuFont Medium;
|
||
|
}
|