728x90
๋ฐ์ํ
์ด๋ฉ์ผ html ์์ ์ ํ๋ ์ค์ ๋๋ผ๋ณ ๊ธฐ๋ณธ ์นํฐํธ ์ ์ฉ ๊ธ๊ผด์ ๋ํด ์์๋ณด์๋ค.
๋ง์นจ ๋ฑ ํ์ํ ๋ด์ฉ์ ์ ์ ๋ฆฌ๋ ๋ธ๋ก๊ทธ ๋ถ๊ป์ ์ฌ๋ ค์ฃผ์ ์ ๊ฐ์ฌํ๊ฒ๋ ์ฎ๊ฒจ ๊ธฐ๋กํด๋ณด์์
ํ๊ตญ์ด
/* MAC */
body{font-family:'apple sd gothic neo', sans-serif}
/* window */
body{font-family:'Malgun Gothic', sans-serif}
/**
* APPLE SD Gothic Neo๋ MAC OS X ๋ฐ iOS์ ๊ธฐ๋ณธ ๊ตญ๋ฌธ ํฐํธ์ด๋ค
* Malgun Gothic์ window ๊ธฐ๋ณธ ๊ตญ๋ฌธ ํฐํธ์ด๋ค
* sans-serif๋ ๊ณ ๋์ฒด๋ฅผ ๋ํ๋ธ๋ค.
*/
์์ด
/* MAC */
body{font-family:'apple sd gothic neo', sans-serif}
/* window */
body{font-family:'Segoe UI', sans-serif}
์ผ๋ณธ์ด
/* MAC */
body{font-family:'apple sd gothic neo', sans-serif}
/* window */
body{font-family:'Yu Gothic UI', sans-serif}
์ค๊ตญ์ด
/* MAC */
body{font-family:'apple sd gothic neo', sans-serif}
/* window */
body{font-family:'Microsoft YaHei UI', sans-serif} /* ๊ฐ์ฒด */
body{font-family:'Microsoft JhengHei UI', sans-serif} /* ๋ฒ์ฒด */
https://learn.microsoft.com/ko-kr/windows/apps/design/globalizing/loc-international-fonts
https://studyhardgogo.tistory.com/200
https://developer.mozilla.org/ko/docs/Learn/CSS/Styling_text/Fundamentals
๋ฐ์ํ
'html, css' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
a ๋งํฌ "#" , void(0) ์๋ฏธ (0) | 2023.03.30 |
---|---|
[css] video ํ๊ทธ ์ฌ์ฉ ์ ํ ๋๋ฆฌ ๊ฒ์ ์ ์จ๊ธฐ๊ธฐ (1) | 2023.02.17 |
์ธ์ฆ๋ฒํธ ์ ๋ ฅ input ์์ฑ '๋ฉ์ธ์ง์์ ๊ฐ์ ธ์ด' ์์๋ณด๊ธฐ (0) | 2023.01.07 |
[CSS] Pure-css-custom-input radio (0) | 2022.06.24 |
pure CSS scrolling shadows (0) | 2022.03.10 |