동기
사용성 개선을 위해 스타일 일부를 아래와 같이 수정합니다.
설명
1. Font-family 수정
- 기존) 시스템 폰트(sans-serif)
- 제안) Noto Sans CJK KR
2. Font-size 수정
- 기존)
$font-size-big: 14px;
$line-height-big: 15px;
$font-size-normal: 13px;
$line-height-normal: 14px;
$font-size-small: 12px;
$line-height-small: 13px;
$font-size-smaller: 11px;
$line-height-smaller: 12px;
$font-size-smallest: 10px;
$line-height-smallest: 11px;
- 제안)
3. mobile-view threshold 수정
- 기존) 가로:세로 = 4:3
- 제안) 가로:세로 = 1:1
4. 내 정보 > 설정 > 관심학과 정리
스크린샷

개발 환경
- OS: [e.g. macOS]
python --version:
node --version:
테스트 환경
(OPTIONAL)
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Web Version: [e.g. 1.1.0]
추가 정보
(OPTIONAL) Add any other context or screenshots about the feature request here.