Skip to content

Commit 99f49fd

Browse files
committed
fixed not recognizing font
1 parent 114b445 commit 99f49fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import './App.css';
2-
2+
import './index.css'
33
import { MsalProvider } from '@azure/msal-react';
44
import { LocalizationProvider } from '@mui/x-date-pickers';
55
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';

apps/web/src/pages/ApplicationFormPage/ApplicationFormPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export const ApplicationFormPage = () => {
116116
};
117117

118118
const handleClick = () => {
119-
console.log(Path.DUMP_Internship_Subscribe);
120119
window.location.replace(Path.DUMP_Internship_Subscribe);
121120
};
122121

apps/web/src/pages/ApplicationFormPage/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
border-radius: 8px;
3636
border: none;
3737
cursor: pointer;
38-
font-family: 'Fuse V.2 Display';
38+
font-family: 'FuseV2Display-ExtraBold', sans-serif;
3939
font-style: normal;
4040
font-weight: 800;
4141
font-size: 16px;
@@ -99,6 +99,7 @@ input {
9999
}
100100

101101
.submitButton {
102+
font-family: FuseV2Display-Regular !important;
102103
width: 161px !important;
103104
height: 44px !important;
104105
border-radius: 8px !important;

0 commit comments

Comments
 (0)