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

편집 요약 없음
잔글편집 요약 없음
 
1번째 줄: 1번째 줄:
body {
body {
     font-family: 'a신고딕', 'Arial', '나눔바른고딕', 'KoPubDotum', 'BareunDotum 1', '맑은 고딕';
     font-family: 'a신고딕', 'Arial', '나눔바른고딕', 'KoPubDotum', 'BareunDotum 1', '맑은 고딕';
    font-size: 100%;
}
}


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


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: 'a중고딕';  
     font-family: 'a중고딕';
     font-weight: normal;
     font-weight: normal;
}
strike, del, s {
    color: #808080;
}
}

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;
}