From 8734cdb64e1c6bc39d8d3b4691afd823b01ff38d Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 15:06:44 -0600 Subject: [PATCH] Update font-family and font-style for actor header fields --- src/styles/asc-ffg-starwars.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/asc-ffg-starwars.css b/src/styles/asc-ffg-starwars.css index 9d23ea5..7d6928f 100644 --- a/src/styles/asc-ffg-starwars.css +++ b/src/styles/asc-ffg-starwars.css @@ -79,10 +79,10 @@ body { .starwarsffg.sheet.actor { .header-fields { - font-family: 'Elektra Pro'; - font-weight: bold; - text-transform: uppercase; - font-style: normal; + font-family: 'Elektra Pro'; + font-weight: bold; + text-transform: uppercase; + font-style: normal; .title-card { text-transform: uppercase; @@ -108,7 +108,7 @@ body { .characteristic-value, .characteristic-label, .skill-name, .skillsHeader [class*=pure-u] { - font-family: 'Teuton Mager'; + font-family: 'Teuton Mager'; &[class*=pure-u] { font-weight: bold;