Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 106bf33

Browse files
committed
fix: font style
1 parent 11a8d78 commit 106bf33

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apps/fe/src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<link rel="icon" type="image/x-icon" href="favicon.ico" />
10+
<link
11+
rel="stylesheet"
12+
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
13+
/>
1014
</head>
1115
<body>
1216
<div id="root"></div>

apps/fe/src/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/* You can add global styles to this file, and also import other style files */
2+
body {
3+
font-family: 'Roboto';
4+
}

0 commit comments

Comments
 (0)