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-20 01:14:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
115c5f2758b35c52cce363b9d7815c73eeb71d37
115c5f27
1 parent
34249439
add new font
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front/src/Components/Helmet.js
front/src/Components/Helmet.js
View file @
115c5f2
...
...
@@ -18,6 +18,10 @@ export default () => {
href
=
"https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap"
rel
=
"stylesheet"
/>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
rel
=
"stylesheet"
/>
<
/Helmet
>
);
};
...
...
Please
register
or
login
to post a comment