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-22 15:49:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1549ef309cb7b11d4ba6f38fce5f70a47ac51e79
1549ef30
1 parent
cd162d51
add two fonts ('ubuntu', 'chelsea')
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 @
1549ef3
...
...
@@ -22,6 +22,14 @@ export default () => {
href
=
"https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
rel
=
"stylesheet"
/>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Chelsea+Market&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