mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
23 lines
334 B
CSS
23 lines
334 B
CSS
.body-text {
|
|
font-family: v-sans;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.card-header {
|
|
font-family: v-sans;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
h2 {
|
|
font-family: v-sans;
|
|
font-size: 18pt;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
h1 {
|
|
font-family: v-sans;
|
|
font-size: 30pt;
|
|
font-weight: bold;
|
|
word-wrap: break-word;
|
|
} |