Google Fonts Question

1 reply·opened Jul 2, 2020
G
GavinBaylisJul 2, 2020

Client would like to use DM Sans which I'm pretty sure is a Google Font

How to I input that into the font header code, do I delete the others, and what do I do about the space after DM ?

<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />

Thanks as ever

S
SemiColonWebSTAFFJul 2, 2020

Hello,

Please consider checking the Documentations for adding Custom Fonts: http://docs.semicolonweb.com/docs/getting-started/changing-fonts/ .

You can consider using the following code:

<link href="https://fonts.googleapis.com/css?family=DM+Sans|Lato:300,400,400i,700|Poppins:300,400,500,600,700|PT+Serif:400,400i&display=swap" rel="stylesheet" type="text/css" />

The Space in the Font Names is replaced with +. Please consider checking the Official Website: https://fonts.google.com/ .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard