<style> @import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap'); p { font-family: 'Nerko One', cursive; font-size: 40px; } </style>
html에서 p에만 Nerko One이라는 폰트를 적용하고자 구글 폰트에서 import주소와 font-family를 따왔다.