Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Irene Vozzi
Beigetreten 28. Mai 2021
·
Letzte Aktivität 27. Okt. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
4
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Irene Vozzi
Irene Vozzi hat einen Kommentar hinterlassen
That worked wonderfully! Thanks for flagging the error.
Kommentar anzeigen · Gepostet 19. März 2018 · Irene Vozzi
0
Follower
0
Stimmen
0
Kommentare
Irene Vozzi hat einen Kommentar hinterlassen
Hi @Trapta. I tried that as well. This is the result:
http://www.clipular.com/c/4721323130224640.png?k=_Eg4Fw0Rp2RBCjDFnikWVCEDTOI
For reference, this looks nothing like the custom font I uploaded. Although it is a different result from the one that I have if I add the $:
http://www.clipular.com/c/4721323130224640.png?k=_Eg4Fw0Rp2RBCjDFnikWVCEDTOI
None of those options are the correct font, albeit the latter looks slightly better/more in brand. Any thoughts?
Kommentar anzeigen · Gepostet 19. März 2018 · Irene Vozzi
0
Follower
0
Stimmen
0
Kommentare
Irene Vozzi hat einen Kommentar hinterlassen
Hi - I have just spent a good 3 hours following every step (and all the variations in the different comments) of this article with no success. We're in a desperate need to get our custom font types updated in the help centre.
This is the code I have added to the CSS (also tried all the other versions shared in this post):
@font-face {
font-family: 'GothamRounded-Bold';
src: local ("GothamRounded-Bold"),
src: url('$assets-gothamrounded-bold-woff');
font-weight: 400;
font-style: normal;
}
And this is how I've changed existing code:
body {
background-color: $color_5;
color: $color_3;
font-family: $GothamRounded-Bold;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
font-family: $GothamRounded-Bold;
font-weight: 700;
margin-top: 0;
}
a {
font-family: $GothamRounded-Bold;
color: $color_4;
text-decoration: none;
}
This should be an easy fix, but I have not found a way to make it work. Any help will be greatly appreciated.
Kommentar anzeigen · Gepostet 13. März 2018 · Irene Vozzi
0
Follower
0
Stimmen
0
Kommentare