Files
expressjs.com/css/ko.css
Hyeonho Kang 50ec70ca43 Add Korean-friendly font (#1597)
* Add Korean-friendly font

* Fix directory error

* Add alternative font
2024-10-20 20:03:13 -05:00

24 lines
414 B
CSS

/*
Copyright (c) 2016 StrongLoop, IBM, and Express Contributors
License: MIT
*/
/* For image callouts in writing-middleware.md */
@import url('../fonts/ko/Pretendard.css');
html, body {font-family: Pretendard, Arial, sans-serif;}
.callout {position: relative;}
#callout1 {top: 40px; }
#callout2 {top: 60px;}
#callout3 {top: 75px;}
#callout4 {top: 145px;}
#callout5 {top: 165px;}
#callout6 {top: 185px;}