Files
archived-RPCSX.github.io/src/assets/text-styles.css
2023-07-09 13:26:21 -05:00

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;
}