diff --git a/src/app/components/login/login.component.css b/src/app/components/login/login.component.css index 563273d..48a3bfd 100644 --- a/src/app/components/login/login.component.css +++ b/src/app/components/login/login.component.css @@ -1,12 +1,3 @@ -@font-face { - font-family: liberation-sans; - src: url(http://fonts.cdnfonts.com/css/liberation-sans) format("truetype"); - } - -html { - max-height: fit-content; -} - body { height: 70vh; margin-top: 3%; @@ -22,21 +13,22 @@ body { .loginForm { color: rgb(250, 253, 237); text-align: center; - margin-top:5% + margin-top: 4% } h1 { text-align: center; - margin-top: 8%; + margin-top: 9%; color: rgb(250, 253, 237); font-size: 600%; - font-family: 'Liberation Sans', sans-serif; - text-shadow: 0px 0px 20px black; + font-family: 'UnJamoBatang', sans-serif; + text-shadow: 0px -5px 20px black; } label{ color: rgb(250, 253, 237); - text-shadow: 0px 0px 20px black; + text-shadow: 0px 0px 10px black; + font-family: 'UnJamoBatang', sans-serif; position: relative; right: 2%; } \ No newline at end of file diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index f891f8a..fa608d1 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,5 +1,8 @@ +
-