Skip to content

Commit 3de1e4b

Browse files
committed
headers consistent font
1 parent 3e01139 commit 3de1e4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/theme/static/css/csesoc.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,13 @@ strong, b {
686686
}
687687

688688
h1 {
689-
font-family: "Roboto Condensed";
690689
font-size: 2rem;
691690
}
692691

692+
h1, h2, h3, h4, h5, h6 {
693+
font-family: "Roboto Condensed";
694+
}
695+
693696
table {
694697
width: 100%;
695698
}

0 commit comments

Comments
 (0)