Skip to content

Commit ae00257

Browse files
committed
Fixed Font Style Changes When Switching
Signed-off-by: vr-varad <[email protected]>
1 parent 166a07b commit ae00257

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sections/Projects/Sistent/sistent.style.js

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ export const ActionBox = styled(Box)(() => ({
99
}));
1010

1111
const SistentWrapper = styled.div`
12+
body {
13+
font-family: sans-serif;
14+
}
15+
1216
position: relative;
1317
.content > a:first-of-type > h2:first-of-type {
1418
padding-top: 1rem;

0 commit comments

Comments
 (0)