Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-15 21:29:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1f826eef67da3ce47bb7a49c45ce473aba631a4
d1f826ee
1 parent
61ee6034
add some fonts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
front/src/Components/Helmet.js
front/src/Components/Helmet.js
View file @
d1f826e
...
...
@@ -10,6 +10,14 @@ export default () => {
href
=
"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,300&display=swap"
rel
=
"stylesheet"
/>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Overpass&display=swap"
rel
=
"stylesheet"
/>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap"
rel
=
"stylesheet"
/>
<
/Helmet
>
);
};
...
...
Please
register
or
login
to post a comment