미디어위키:Mobile.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; } | @font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; } | ||
body #firstHeading { font-family: 'GmarketSansMedium'; font-weight:900; font-size: | body #firstHeading { font-family: 'GmarketSansMedium'; font-weight:900; font-size:30px;} | ||
body { font-family: 'Noto Sans KR', sans-serif; } | body { font-family: 'Noto Sans KR', sans-serif; } | ||
2023년 12월 11일 (월) 14:32 판
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */ /* 구글 웹 폰트 : Noto Sans KR */ @import url('https://fonts.googleapis.com/css2?&family=Noto+Sans+KR:wght@350&display=swap'); @font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; } body #firstHeading { font-family: 'GmarketSansMedium'; font-weight:900; font-size:30px;} body { font-family: 'Noto Sans KR', sans-serif; } body p { text-indent:0.5em; } body .externalimage-div { position: relative; width:100%; } body .externalimage-div img { max-width:100%; height: auto; }