Skip to content

Commit

Permalink
fix: futura font name in css
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoocca authored and FreekBes committed Jul 31, 2024
1 parent 608d5ff commit 1f34e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixes/improv.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html {

/* Windows Futura font-family fix */
.futura {
font-family: "Futura PT", "Futura", "futura", "Helvetica", Verdana, Arial, Sans-Serif !important;
font-family: "Futura PT", "Futura", "futura", "futura-pt", "Helvetica", Verdana, Arial, Sans-Serif !important;
}

/* Windows Futura font family fix (BOLD) */
Expand All @@ -31,7 +31,7 @@ html {
.exam-modal .head h4,
#admin-user h3,
.app-sidebar-left .marked-title {
font-family: "Futura PT", "Futura", "futura", "Helvetica", Verdana, Arial, Sans-Serif !important;
font-family: "Futura PT", "Futura", "futura", "futura-pt", "Helvetica", Verdana, Arial, Sans-Serif !important;
font-weight: 700 !important;
}

Expand Down

0 comments on commit 1f34e73

Please sign in to comment.