How do I install this font? https://fonts.google.com/specimen/Staatliches
Levi Ackerman Collaborate Collaborate Registered Joined Dec 26, 2021 Messages 106 Points 63 Reputation: Feb 17, 2022 #1 How do I install this font? https://fonts.google.com/specimen/Staatliches
Jace Collaborate Collaborate Registered Joined Aug 9, 2020 Messages 188 Points 73 Reputation: Feb 17, 2022 #2 to install you can download the font and upload the corresponding file to your server and point the src on your css to the direct link for the font CSS: @font-face { font-family: NameTheFontToWhatYouWant; src: url(linktothefont); } then call it on your css Code: .divelement { font-family: TheFontThatYouNameItBefore; }
to install you can download the font and upload the corresponding file to your server and point the src on your css to the direct link for the font CSS: @font-face { font-family: NameTheFontToWhatYouWant; src: url(linktothefont); } then call it on your css Code: .divelement { font-family: TheFontThatYouNameItBefore; }