Skip to content

Commit 76a5c76

Browse files
committed
Adjusting fonts
1 parent 0e8d543 commit 76a5c76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/pages/Home/HomePage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020

2121
&-title {
22+
font-family: 'Merriweather', serif;
2223
font-size: 1rem;
2324
color: var(--ion-color-medium);
2425
margin: 0 0 0.25rem;

frontend/src/pages/Reports/components/FilterPanel/FilterPanel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.filter-panel {
2+
font-family: 'Inter', serif;
23
padding: 1.5rem 1rem;
34
display: flex;
45
flex-direction: column;

0 commit comments

Comments
 (0)