작은숲:위키노트/CSS: 두 판 사이의 차이

30 바이트 추가됨 ,  2022년 5월 7일 (토)
잔글
move articles, replaced: 글꼴글꼴 (3)
잔글 (문자열 찾아 바꾸기 - "</source>" 문자열을 "</syntaxhighlight>" 문자열로)
잔글 (move articles, replaced: 글꼴글꼴 (3))
17번째 줄: 17번째 줄:
     -webkit-font-smoothing: antialiased;
     -webkit-font-smoothing: antialiased;
}</syntaxhighlight>
}</syntaxhighlight>
[[위키노트:글꼴|글꼴]] 크기를 15px로 할 때는 나눔바른고딕이 나은 것 같고, 13px로 할 때는 [[나눔고딕]]이 나은 것 같다.
[[작은숲:위키노트/글꼴|글꼴]] 크기를 15px로 할 때는 나눔바른고딕이 나은 것 같고, 13px로 할 때는 [[나눔고딕]]이 나은 것 같다.
=== 글꼴을 나눔고딕으로 할 때 제목 등 굵은 글꼴 깔끔하게 ===
=== 글꼴을 나눔고딕으로 할 때 제목 등 굵은 글꼴 깔끔하게 ===
<syntaxhighlight lang="css">
<syntaxhighlight lang="css">
25번째 줄: 25번째 줄:
문서 제목은 <tt>font-weight</tt>를 <tt>800</tt> 정도 해주는 것이 적당하고, 본문 제목의 경우는 <tt>600</tt> 정도로 해주는 것이 좋다.
문서 제목은 <tt>font-weight</tt>를 <tt>800</tt> 정도 해주는 것이 적당하고, 본문 제목의 경우는 <tt>600</tt> 정도로 해주는 것이 좋다.
== 같이 보기 ==
== 같이 보기 ==
* [[위키노트:CSS 선택자|CSS 선택자]]
* [[작은숲:위키노트/CSS 선택자|CSS 선택자]]
* [[위키노트:CSS 애니메이션|CSS 애니메이션]]
* [[작은숲:위키노트/CSS 애니메이션|CSS 애니메이션]]
== 참고 ==
== 참고 ==
* [http://www.w3.org/Style/Examples/007/evenodd CSS: Even and Odd Rules]
* [http://www.w3.org/Style/Examples/007/evenodd CSS: Even and Odd Rules]