Skip to content

Instantly share code, notes, and snippets.

View Dellil's full-sized avatar
🥭

Chanhee Jang Dellil

🥭
  • Seongnam-si, Gyeonggi-do, Republic of Korea
  • 18:20 (UTC +09:00)
View GitHub Profile
@Dellil
Dellil / normalize css
Last active June 27, 2022 06:09
적당히 커스텀
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
html, body, #root {
height: 100%;
}
body {
@Dellil
Dellil / Spoqa Han Sans Neo.css
Last active February 5, 2021 02:58
Spoqa Han Sans Neo 폰트 - Bold, Medium, Regular를 사용하는 css 코드입니다.
/* Bold is same as 700 */
@font-face {
font-family: 'Spoqa Han Sans Neo';
src: url('/assets/SpoqaHanSans_TTF_subset/Spoqa Han Sans Neo Bold.woff2') format('woff2'),
url('/assets/SpoqaHanSans_TTF_subset/SpoqaHanSansNeo-Bold.woff') format('woff'),
url('/assets/SpoqaHanSans_TTF_subset/SpoqaHanSansNeo-Bold.ttf') format('ttf');
font-weight: 700;
}
/* Medium is same as 500 */