How to add a font
Where are fonts definied?
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
font-family: 'Inter', Arial, sans-serif;
}How to use a different Google font
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');π SCSS structure tips
π‘ Useful tips
Last updated
Was this helpful?
