Noto 한국어 글꼴
적용방법 <style> | |
| @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); | |
| body { | |
| font-family: Noto Sans KR, sans-serif; | |
| } | |
| </style> |
위 글꼴은 font-weight를 아래와 같이 적용했을 때
<p style="font-weight: 100;"></p>
<p style="font-weight: 300;"></p>
<p style="font-weight: normal;"></p>
<p style="font-weight: 500;"></p>
<p style="font-weight: Bold;"></p>
<p style="font-weight: 900;"><p>
<p style="font-weight: 300;"></p>
<p style="font-weight: normal;"></p>
<p style="font-weight: 500;"></p>
<p style="font-weight: Bold;"></p>
<p style="font-weight: 900;"><p>

0 개의 댓글:
댓글 쓰기