diff --git a/app/styles/custom.css b/app/styles/custom.css index 0571388..23f3f7b 100644 --- a/app/styles/custom.css +++ b/app/styles/custom.css @@ -138,7 +138,7 @@ body { color: #000; } -.semobold, .semibold { +.semibold { font-weight: 600; } @@ -166,7 +166,7 @@ a:hover { text-decoration-thickness: 2px; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, .table > thead > tr > th, strong, .bold, .semibold { font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,"avenir-lt-w05_85-heavy","Space Grotesk", sans-serif; } h1 { @@ -915,4 +915,4 @@ button { .ag-horizontal-left-spacer, .ag-body-viewport { background-color: #f7f7f7; -} \ No newline at end of file +}