1. rebelojose
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 08 November 2023
  5.  Subscribe via email
Dear Ciaran,

it is possible install new fonts to the Stella template?

tks
Accepted Answer Pending Moderation
0
Votes
Undo
Tks for reply

I want font like Main Menu from Stella template that show in demo, I think that is "Raleway Thin"
https://www.joomla51.com/demo/0163/

I add insert
../elements/googlefonts.php
$googleFonts['Raleway+Thin'] = 'Raleway Thin';

after changed in admin area , but after save maintain default font
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
try: $googleFonts['Raleway:wght@100'] = 'Raleway Thin';
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
stay the same like Raleway font, not Raleway Thin

I try too
$googleFonts['Raleway+Thin:wght@100'] = 'Raleway Thin';

stay like Raleway
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Stella menu uses Raleway as font, not thin
try adding this to custom css

.hornav {
font-weight: 100;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
still the same. tks anyway
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!