Update style.css

This commit is contained in:
Namhyeon Go 2020-07-21 18:20:03 +09:00
parent d48879726d
commit 3ade0933ae

View File

@ -44,6 +44,20 @@ table {
border-spacing: 0;
}
/* common stylesheet */
html, body {
width: 100%;
height: 100%;
font-size: 1em;
font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
}
input, textarea {
font-size: 1em;
font-family: "맑은 고딕", "Malgun Gothic", "Segoe UI", Calibri, Arial, Sans-Serif;
}
.compatible-css3 {
behavior: url(app/assets/htc/PIE.htc);
}