Skip to content

Commit 74fb768

Browse files
authored
Merge pull request #4 from treehouse/TH-656-replace-gotham-rounded-with-quicksand
[DONE] TH-656: Replace Gotham rounded with Quicksand
2 parents e5ec85b + c22c7ca commit 74fb768

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

frontend/dist/styles/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/styles/components/view-container/_output-view.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
@include bg(var(--td-accent));
119119
color: white;
120120
@include radius(5px);
121-
font-family: "Gotham Rounded", sans-serif;
121+
font-family: "Quicksand", sans-serif;
122122
font-size: 0.9rem;
123123
font-weight: 400;
124124
cursor: pointer;

frontend/src/styles/components/view-container/_req-footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@include flex(row, nowrap, flex-start, center);
99
button {
1010
@include radius(5px);
11-
font-family: "Gotham Rounded", sans-serif;
11+
font-family: "Quicksand", sans-serif;
1212
font-size: 0.9rem;
1313
font-weight: 400;
1414
cursor: pointer;

frontend/src/styles/components/view-container/_requirement-list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
@include theme-transition;
8181
color: var(--primary-color);
8282
transition: height 0.5s ease, padding 0.5s ease;
83-
font-family: "Gotham Rounded", sans-serif;
83+
font-family: "Quicksand", sans-serif;
8484
border: none;
8585
margin: 0.25rem 0;
8686
opacity: 0.5;

frontend/src/styles/globals/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body {
2424
min-height: 100vh;
2525
max-height: 100vh;
2626
overflow: hidden;
27-
font-family: 'Gotham Rounded', sans-serif;
27+
font-family: "Quicksand", sans-serif;
2828
@include theme-transition;
2929
color: var(--primary-color);
3030
margin: 0;

frontend/src/styles/globals/_typography.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("https://fonts.cdnfonts.com/css/gotham-rounded");
1+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap');
22

33
form,
44
fieldset {
@@ -12,7 +12,7 @@ fieldset {
1212
input {
1313
@include bg(var(--primary-bg));
1414
@include radius(5px);
15-
font-family: "Gotham Rounded", sans-serif;
15+
font-family: "Quicksand", sans-serif;
1616
width: 100%;
1717
border: 2px solid var(--panel-bg);
1818
padding: 1rem 0.5rem;
@@ -34,7 +34,7 @@ fieldset {
3434
width: 100%;
3535
text-align: center;
3636
color: white;
37-
font-family: "Gotham Rounded", sans-serif;
37+
font-family: "Quicksand", sans-serif;
3838
}
3939
}
4040

@@ -49,5 +49,5 @@ textarea:focus {
4949
textarea,
5050
button,
5151
input {
52-
font-family: "Gotham Rounded", sans-serif;
52+
font-family: "Quicksand", sans-serif;
5353
}

0 commit comments

Comments
 (0)