👩💻 Web Programming/Frontend
[WEB] 티스토리 스킨 #1 수정
티스토리 스킨 수정 기록을 남긴다. (HTML/CSS 수정) 1. 카테고리 메뉴바 추가 (21.04.22) 2. 폰트 변경 (21.04.22) - 고딕 fonts.google.com/specimen/Gothic+A1 3. 글씨 색상 변경 (21.04.25) 회색 -> 검정색 @import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Nanum+Gothic:wght@400;700&display=swap'); body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family: 'Gothic A1', sans-serif;color:#000000} 4. 폰트변경..