Skip to content

Commit

Permalink
use new font
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisongthb committed Jan 29, 2025
1 parent 40211aa commit 399fddc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/_includes/newsletter_picture.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
transform: translate(-50%, 0%);

/* style */
font-family: "Quicksand Bold";
font-family: "NewEdge666 Bold", "Quicksand Bold";
font-size: 1.1em;
color: black;
background-color: #DCCD8990;
Expand Down
4 changes: 2 additions & 2 deletions source/assets/style/common-sub-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/* see also data-detect-style="on" property of .songkick-widget */
#songkick-widget-container {
font-family: "Quicksand Bold", "Cantarell Bold"
font-family: "NewEdge666 Bold", "Quicksand Bold", "Cantarell Bold"
}

.topnav {
Expand Down Expand Up @@ -98,7 +98,7 @@
}

#main-content-button-text {
font-family: "Quicksand Bold";
font-family: "NewEdge666 Bold", "Quicksand Bold";
color: black;
font-size: 1em;
user-select: none;
Expand Down
8 changes: 4 additions & 4 deletions source/assets/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ html {
body {
display: grid; /* default is display: block, which implies margins between all divs*/
margin: 0; /* default is 8 (?!) */
font-family: "Quicksand", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
font-family: "NewEdge666", "Quicksand", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
font-style: normal;
font-weight: 400;
background-color: lightgoldenrodyellow;
Expand Down Expand Up @@ -98,7 +98,7 @@ body {
.topnav {
display: flex;
width: 100%;
font-family: "Cantarell";
font-family: "NewEdge666", "Cantarell";
font-size: 1.3rem;
flex-direction: row;
margin-block: 1rem;
Expand Down Expand Up @@ -227,7 +227,7 @@ body {
transform: translate(-50%, 0%);

/* style */
font-family: "Quicksand Bold";
font-family: "NewEdge666 Bold", "Quicksand Bold";
color: black;
background-color: #DCCD8990;
padding: 0.3em;
Expand Down Expand Up @@ -302,7 +302,7 @@ body {
z-index: 1;

/* style */
font-family: "Quicksand Bold";
font-family: "NewEdge666 Bold", "Quicksand Bold";
color: #2E2E2E;
font-size: 1.1rem;
user-select: none;
Expand Down

0 comments on commit 399fddc

Please sign in to comment.