Skip to content

Commit

Permalink
Update branding (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stm-2018 committed Oct 20, 2024
1 parent f4e5fba commit 677c027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ html {
body {
margin: 0;
}
h1, h2, h3 {
h1 {
font-family: "Bebas Neue", sans-serif;
font-weight: 400;
font-style: normal;
}
h4, h5, h6, a, p, q, li, #caption, .breadcrumb, span, table, th, tr, td {
h2, h3, h4, h5, h6, a, p, q, li, #caption, .breadcrumb, span, table, th, tr, td {
font-family: 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand All @@ -88,15 +88,15 @@ h1 {
}
}
h2 {
font-size: 36px;
font-size: 30px;
}
@media only screen and (max-width: 767px) {
h2 {
font-size: 25px;
}
}
h3 {
font-size: 24px;
font-size: 18px;
}
@media only screen and (max-width: 767px) {
h3 {
Expand Down
Loading

0 comments on commit 677c027

Please sign in to comment.