사용자:삼센티오등분/common.css: 두 판 사이의 차이

잔글편집 요약 없음
잔글편집 요약 없음
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: 'a신고딕', 'Arial', '나눔바른고딕', 'KoPubDotum', 'BareunDotum 1', '맑은 고딕';
}


body{font-family: 'Noto Sans KR', sans-serif;}
b {
    font-family: 'a태고딕';
    font-weight: normal;
}
 
h1, h2, h3, h4, h5, h6 {
    font-family: 'a중고딕';
    font-weight: normal;
}

2017년 3월 30일 (목) 02:30 기준 최신판

body {
    font-family: 'a신고딕', 'Arial', '나눔바른고딕', 'KoPubDotum', 'BareunDotum 1', '맑은 고딕';
}

b {
    font-family: 'a태고딕';
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'a중고딕';
    font-weight: normal;
}