Answers for "nunito font"

CSS
2

nunito font family

To embed a font, copy the code into the <head> of your html

<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap" rel="stylesheet">

font-family: 'Nunito', sans-serif;
Posted by: Guest on July-06-2020
0

nunito font

@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
body{
	font-family: 'Nunito', sans-serif;
}
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language