10 lines
217 B
CSS
10 lines
217 B
CSS
/* Global CSS options */
|
|
|
|
body {
|
|
font-family: "Truculenta", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-variation-settings: "wdth" 100;
|
|
font-size: 16pt;
|
|
}
|