Google Fonts
NOTO SANS
Adicionar em <head>
<link rel=”preconnect” href=”https://fonts.googleapis.com”> <link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin> <link href=”https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap” rel=”stylesheet”>
Noto Sans : CSS // <uniquifier>: Use a unique and descriptive class name // <weight>: Use a value from 100 to 900 .noto-sans-<uniquifier> { font-family: “Noto Sans”, sans-serif; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; font-variation-settings: “wdth” 100; }