diff --git a/static/includes/_table.scss b/static/includes/_table.scss index 144aa40e..ba97c63d 100644 --- a/static/includes/_table.scss +++ b/static/includes/_table.scss @@ -52,7 +52,8 @@ table.pk-data-table { thead th { background: $table-headers-background; color: $table-headers-color; - font-style: $table-headers-font-size; + font-size: $table-headers-font-size; + font-style: $table-headers-font-style; font-weight: $table-headers-font-weight; text-transform: $table-headers-text-transform; font-family: $table-headers-font-family;