sun-typeface / SUIT

SUIT―수트는 반복되는 노력을 기울이지 않아도 완성도 높은 형태를 유지하며, 소모적인 커뮤니케이션도 줄일 수 있도록 제작한 UI 본문용 폰트입니다.
https://sun.fo/suit
SIL Open Font License 1.1
279 stars 7 forks source link

fix: apply font to body not * #6

Closed hyunbinseo closed 1 year ago

hyunbinseo commented 1 year ago
* { font-family: 'SUIT', sans-serif; }

위와 같이 설정할 경우 다음 경우에도 SUIT 글꼴이 사용됩니다.


다음 환경에서 확인했습니다.


이에 따라 다음과 같이 수정할 것을 제안합니다.

body { font-family: 'SUIT', sans-serif; }
sun-typeface commented 1 year ago

안녕하세요. 좋은 의견 감사드립니다 :-)