구글 폰트 css 적용 법

jihye_son·2022년 4월 27일
0

CSS

목록 보기
2/5

사용할 땐 이렇게 style코드에 적어주면 된다.

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

html, body {
  font-family: 'Itim', cursive;
}
#app {
  font-family: 'Itim', cursive;
}
</style>
profile
뽀짝뽀짝 나는야 FE 개발자

0개의 댓글