Usage
Using the @import method
@import method@import url('https://fonts.xz.style/serve/inter.css');@import url('https://fonts.xz.style/serve/inter.css');
body {
font-family: 'Inter', sans-serif;
}
h1,h2,h3 {
font-size: 3rem;
}
p {
color: #666666;
}Using the <head> method
<head> methodHaving issues?
Last updated
Was this helpful?