사용할 땐 이렇게 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>