Skip to content

Commit 1c82f03

Browse files
committed
Updates font-family
1 parent 9672cfa commit 1c82f03

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/styles/GlobalStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default createGlobalStyle`
2626
border: 0;
2727
background: none;
2828
outline: none !important;
29-
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
29+
font-family: var(--font-family);
3030
color: var(--black);
3131
3232
transition: color .2s ease-out;

src/styles/ReactToastify.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/themes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export const themes = {
2626
'calendar-scale-2': '#3FC463',
2727
'calendar-scale-3': '#30A14E',
2828
'calendar-scale-4': '#216E3A',
29+
30+
'font-family': '-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji',
2931
},
3032
dark: {
3133
primary: '#1D1D1D',
@@ -55,6 +57,8 @@ export const themes = {
5557
'calendar-scale-2': 'rgba(79, 140, 201, 0.5)',
5658
'calendar-scale-3': 'rgba(79, 140, 201, 0.75)',
5759
'calendar-scale-4': 'rgba(79, 140, 201, 1)',
60+
61+
'font-family': '-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji',
5862
},
5963
};
6064

0 commit comments

Comments
 (0)