Update font-family and font-style for actor header fields

This commit is contained in:
2025-02-07 15:06:44 -06:00
parent ee5302c2fd
commit 8734cdb64e

View File

@@ -79,10 +79,10 @@ body {
.starwarsffg.sheet.actor { .starwarsffg.sheet.actor {
.header-fields { .header-fields {
font-family: 'Elektra Pro'; font-family: 'Elektra Pro';
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
font-style: normal; font-style: normal;
.title-card { .title-card {
text-transform: uppercase; text-transform: uppercase;
@@ -108,7 +108,7 @@ body {
.characteristic-value, .characteristic-label, .skill-name, .skillsHeader [class*=pure-u] { .characteristic-value, .characteristic-label, .skill-name, .skillsHeader [class*=pure-u] {
font-family: 'Teuton Mager'; font-family: 'Teuton Mager';
&[class*=pure-u] { &[class*=pure-u] {
font-weight: bold; font-weight: bold;