5 lines
108 B
CSS
5 lines
108 B
CSS
/* Put any CSS you want in here, it will be applied to the whole website */
|
|
* {
|
|
font-family: sans-serif;
|
|
}
|