diff --git a/services/idp/src/app.css b/services/idp/src/app.css index f112997fae..dda74cd3ca 100644 --- a/services/idp/src/app.css +++ b/services/idp/src/app.css @@ -1,6 +1,13 @@ /* additional css on top of kpop */ +@font-face { + font-family: Inter; + src: url(./fonts/inter.ttf) format('truetype'); + font-weight: 100 900; + font-style: oblique 0deg 12deg; +} + body { - font-family: 'Open Sans', sans-serif; + font-family: Inter, 'Open Sans', sans-serif; } strong { @@ -43,7 +50,7 @@ strong { .oc-input { background-color: #fff; - border: 1px solid rgba(78, 133, 200, 0.8); + border: 1px solid #fff; border-radius: 3px; height: 40px; width: 300px; @@ -72,10 +79,6 @@ strong { border: 1px solid #fff; } -.oc-input::placeholder { - color: rgba(78, 133, 200, 0.8); -} - .oc-input + .oc-input { margin-top: 15px; } diff --git a/services/idp/src/fonts/inter.ttf b/services/idp/src/fonts/inter.ttf new file mode 100644 index 0000000000..ec3164efa8 Binary files /dev/null and b/services/idp/src/fonts/inter.ttf differ