Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 751db62

Browse files
committed
Fixed fonts in login screen
1 parent 2d60b73 commit 751db62

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

options.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
-moz-osx-font-smoothing: grayscale;
55
}
66

7+
html {
8+
font-family: 'Inter', 'Noto Sans KR', 'Noto Sans JP', 'NanumSquare', '나눔스퀘어', 'NanumGothic', '나눔고딕', 'Malgun Gothic', '맑은 고딕', sans-serif;
9+
font-weight: 400;
10+
-ms-text-size-adjust: 100%;
11+
-webkit-text-size-adjust: 100%;
12+
margin: 0;
13+
padding: 0;
14+
width: 100%;
15+
line-height: 1.6;
16+
overflow-x: hidden;
17+
}
18+
19+
textarea, input {
20+
font-family: 'Inter', 'Noto Sans KR', 'Noto Sans JP', 'NanumSquare', '나눔스퀘어', 'NanumGothic', '나눔고딕', 'Malgun Gothic', '맑은 고딕', sans-serif;
21+
font-size: 1rem;
22+
}
23+
724
.contents {
825
width: 360px;
926
padding: 32px;

options_logged_info.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<link rel="stylesheet" href="options.css">
8+
<link rel="stylesheet" type="text/css" href="https://solved.ac/css/fonts/inter/inter.css">
9+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700">
810
<title>Options</title>
911
</head>
1012
<body>

options_login.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<link rel="stylesheet" type="text/css" href="https://solved.ac/css/fonts/inter/inter.css">
8+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700">
79
<link rel="stylesheet" href="options.css">
810
<title>Options</title>
911
</head>

0 commit comments

Comments
 (0)