Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -2,6 +2,10 @@ import { createGlobalStyle } from "styled-components"; | ... | @@ -2,6 +2,10 @@ import { createGlobalStyle } from "styled-components"; |
2 | import reset from "styled-reset"; | 2 | import reset from "styled-reset"; |
3 | 3 | ||
4 | export default createGlobalStyle` | 4 | export default createGlobalStyle` |
5 | + @import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap'); | ||
6 | + @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'); | ||
7 | + @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'); | ||
8 | + | ||
5 | ${reset} | 9 | ${reset} |
6 | * { | 10 | * { |
7 | box-sizing: border-box; | 11 | box-sizing: border-box; | ... | ... |
-
Please register or login to post a comment