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-04-29 20:47:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56490b94a76045ffc378dd94c890246469b7b08c
56490b94
1 parent
eeb7847e
add fonts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front/src/Styles/GlobalStyles.js
front/src/Styles/GlobalStyles.js
View file @
56490b9
...
...
@@ -2,6 +2,10 @@ import { createGlobalStyle } from "styled-components";
import
reset
from
"styled-reset"
;
export
default
createGlobalStyle
`
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Nanum+Gothic+Coding:wght@400;700&family=Nanum+Pen+Script&family=Sunflower:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
${
reset
}
* {
box-sizing: border-box;
...
...
Please
register
or
login
to post a comment