구글 폰트

권슬기·2023년 4월 4일
0

css

목록 보기
2/5
post-thumbnail

https://fonts.google.com/?subset=korean¬o.script=Kore

1 - 마음에 드는 폰트 고르기

2 - select regugular400 선택

3 - @import 복붙

4 - css font-family 복붙

<style>
@import url('https://fonts.googleapis.com/css2?family=Song+Myung&display=swap');

  *{
    font-family: 'Song Myung', serif;
	}
        
</style>
profile
병아리 프론트엔드 개발자

0개의 댓글