Change font type/family on RT template - Joomla! Forum - community, help and support
hi there.
i'm using rt quasar template, know one.
2 questions:
1) want have font type gk has used on demo template gk league news (in articles title, date , intro text). font oswald?
see here: http://demo.gavick.com/joomla25/leaguenews/
anybody knows?
2) knows how can edit rt quasar use oswald, , want edit sizes , colors on title, date, author +
anybody suggestions?
i'm using rt quasar template, know one.
2 questions:
1) want have font type gk has used on demo template gk league news (in articles title, date , intro text). font oswald?
see here: http://demo.gavick.com/joomla25/leaguenews/
anybody knows?
2) knows how can edit rt quasar use oswald, , want edit sizes , colors on title, date, author +
anybody suggestions?
hi stigi,
yes, oswald font has been used. if @ source code demo template above, you'll see line:
above template's css stylesheet.
to use font, copy line index.php file of template, above other stylesheets called.
now, in template's stylesheet, anywhere want font-face in oswald, use css:
you can change colour of relevant titles etc, using (for example):
and change font size (for example):
if unsure of how edit css, google "css tutorial" , have look. if have backup of css , index.php files, before you've edited them, you'll have no problem
regards,
@bewebdev ^ek
yes, oswald font has been used. if @ source code demo template above, you'll see line:
code: select all
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=oswald" type="text/css" />above template's css stylesheet.
to use font, copy line index.php file of template, above other stylesheets called.
now, in template's stylesheet, anywhere want font-face in oswald, use css:
code: select all
font-family: 'oswald', arial, sans-serif;you can change colour of relevant titles etc, using (for example):
code: select all
color:redand change font size (for example):
code: select all
font-size:20pxif unsure of how edit css, google "css tutorial" , have look. if have backup of css , index.php files, before you've edited them, you'll have no problem
regards,
@bewebdev ^ek
Comments
Post a Comment