Skip to content

Commit

Permalink
changed font family
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsbdr committed Apr 20, 2024
1 parent b2fbba7 commit 19e1015
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions data/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"fonts": {
"font_family": {
"primary": "Heebo:wght@400;600",
"primary": "Verdana:wght@400;600",
"primary_type": "sans-serif",
"secondary": "Signika:wght@500;700",
"secondary": "Verdana:wght@500;700",
"secondary_type": "sans-serif"
},
"font_size": {
Expand Down
2 changes: 1 addition & 1 deletion public/blog/post-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<script>
(function () {
const googleFont = document.createElement("link");
googleFont.href = "https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
googleFont.href = "https://fonts.googleapis.com/css2?family=Verdana:wght@400;600&family=Verdana:wght@500;700&display=swap";
googleFont.type = "text/css";
googleFont.rel = "stylesheet";
document.head.appendChild(googleFont);
Expand Down
2 changes: 1 addition & 1 deletion public/elements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<script>
(function () {
const googleFont = document.createElement("link");
googleFont.href = "https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
googleFont.href = "https://fonts.googleapis.com/css2?family=Verdana:wght@400;600&family=Verdana:wght@500;700&display=swap";
googleFont.type = "text/css";
googleFont.rel = "stylesheet";
document.head.appendChild(googleFont);
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<script>
(function () {
const googleFont = document.createElement("link");
googleFont.href = "https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500;700&display=swap";
googleFont.href = "https://fonts.googleapis.com/css2?family=Verdana:wght@400;600&family=Verdana:wght@500;700&display=swap";
googleFont.type = "text/css";
googleFont.rel = "stylesheet";
document.head.appendChild(googleFont);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ select {
body {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
font-family: Heebo, sans-serif;
font-family: Verdana, sans-serif;
font-weight: 400;
line-height: 1.625;
--tw-text-opacity: 1;
Expand All @@ -594,7 +594,7 @@ select {
h4,
h5,
h6 {
font-family: Signika, sans-serif;
font-family: Verdana, sans-serif;
font-weight: 700;
line-height: 1.25;
--tw-text-opacity: 1;
Expand Down Expand Up @@ -959,7 +959,7 @@ main {
.form-label {
margin-bottom: 1rem;
display: block;
font-family: Signika, sans-serif;
font-family: Verdana, sans-serif;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 400;
Expand Down Expand Up @@ -1515,7 +1515,7 @@ main {
padding-right: 2rem;
padding-top: 2.5rem;
padding-bottom: 2.5rem;
font-family: Signika, sans-serif;
font-family: Verdana, sans-serif;
font-size: 1.5rem;
line-height: 2rem;
font-style: normal;
Expand Down Expand Up @@ -2196,7 +2196,7 @@ input#nav-toggle:checked ~ #nav-menu {
text-align: center;
}
.font-primary {
font-family: Heebo, sans-serif;
font-family: Verdana, sans-serif;
}
.text-\[12px\] {
font-size: 12px;
Expand Down

0 comments on commit 19e1015

Please sign in to comment.