Font issue
Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
- GK User
- Wed Oct 01, 2014 2:24 pm
Since Musicstate itself has not the raleway font with latin-ext characters avaliable (through google web fonts), I tried to fix it using font squirell. I have created a font-face kit, uploaded it to templates/gk_musicstate/fonts/raleway and tried to use it from template style manager like (see printscreen) here.
I still do not get the right font on my webpage. What am I doing wrong?
thx.
Snímka obrazovky 2014-10-01 o 15.22.38.png
I still do not get the right font on my webpage. What am I doing wrong?
thx.
-
- Expert Boarder
- GK User
- Wed Oct 01, 2014 3:11 pm
Could you please post an url to your site?
-
- Moderator
- GK User
- Thu Oct 02, 2014 10:00 am
Do not know how it will help you (since it is an issue of backend) but here it is: http://www.gktemplate1.evs.sk
-
- Expert Boarder
- GK User
- Fri Oct 03, 2014 9:12 pm
Please rename folder:
templates/gk_musicstate/fonts/raleway
to
templates/gk_musicstate/fonts/raleway-light
and it should work fine.
templates/gk_musicstate/fonts/raleway
to
templates/gk_musicstate/fonts/raleway-light
and it should work fine.
-
- Moderator
- GK User
- Tue Oct 07, 2014 9:24 am
I am sorry to report, but it did not worked.
-
- Expert Boarder
- GK User
- Tue Oct 07, 2014 8:46 pm
Please check this file:
http://www.gktemplate1.evs.sk/templates ... esheet.css
you will see that there is no raleway-light declaration, but there is ralewaylight and this makes much of a difference
http://www.gktemplate1.evs.sk/templates ... esheet.css
you will see that there is no raleway-light declaration, but there is ralewaylight and this makes much of a difference
-
- Moderator
- GK User
- Fri Nov 28, 2014 9:49 am
Thanks for answer, but there is still problem there - the issue is some code is generating <strong> tag into the content, but I do not know which one and how to get rid of it.
Would be glad for every kind of help. http://gktemplate1.evs.sk/index.php/component/k2/713/t-biblicke-skupinky-proc-a-jak example here.
Would be glad for every kind of help. http://gktemplate1.evs.sk/index.php/component/k2/713/t-biblicke-skupinky-proc-a-jak example here.
-
- Expert Boarder
- GK User
- Mon Dec 01, 2014 4:39 pm
I'm not exactly sure what's wrong on that page, so could you please create a screenshot and mark problematic area?
-
- Moderator
- GK User
- Wed Dec 03, 2014 6:26 am
Snímka obrazovky 2014-12-03 o 6.21.02.png
Snímka obrazovky 2014-12-03 o 6.21.22.png
-
- Expert Boarder
- GK User
- Wed Dec 03, 2014 4:36 pm
Right now your url gives me 404 so please provide correct one to the problematic page.
-
- Moderator
- GK User
- Fri Dec 05, 2014 2:06 pm
I was clicking a lot but couldn't find a site where this problematic element shows. Could you please post an url to exact location?
-
- Moderator
- GK User
- Mon Dec 08, 2014 10:42 am
try here: http://chcemviac.evs.sk/index.php/all-for-rss/795
You have to right click the page, then search the element, and turn off the font-family atribute. Then you'll see the difference, and the way we want it to be is the way, when the font-family atribute is off.
thanks for help.
You have to right click the page, then search the element, and turn off the font-family atribute. Then you'll see the difference, and the way we want it to be is the way, when the font-family atribute is off.
thanks for help.
-
- Expert Boarder
- GK User
- Mon Dec 08, 2014 11:24 am
It looks like custom font issue it self - it doesn't have custom bold sizes implemented.
Please edit: /templates/gk_music/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
Please edit: /templates/gk_music/css/override.css and add at its end:
- Code: Select all
b, strong {
font-weight: bold;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Dec 09, 2014 5:40 am
Thanks for this, now I get the strong headings.
But when I do this:
I still get a different font (thinner, than this one I have right now) and I think it looks better, but I do not know how to get it there. Any idea?
But when I do this:
mavievs wrote:try here: http://chcemviac.evs.sk/index.php/all-for-rss/795
You have to right click the page, then search the element, and turn off the font-family atribute. Then you'll see the difference, and the way we want it to be is the way, when the font-family atribute is off.
thanks for help.
I still get a different font (thinner, than this one I have right now) and I think it looks better, but I do not know how to get it there. Any idea?
-
- Expert Boarder
- GK User
- Tue Dec 09, 2014 5:17 pm
There is nothing you can do. Default font has different weight values and implemented in template "500" value shows exactly as you have mentioned. But the one you use doesn't have anything between bold and normal, so there is no way to force the chosen font to behave this way. But if you don't care about font on that elements, you can replace previous code with:
- Code: Select all
b, strong {
font-family: sans-serif;
}
-
- Moderator
- GK User
- Mon Aug 03, 2015 2:49 pm
A little bit old issue, but the font I am using at http://www.chcemviac.com/kategorie/39-v ... lanky/1123 looks different in firefox, safari and chrome. How can I homogenize that?
Also, there is an issue, that bold font does not work properly (it does not work)http://www.chcemviac.com/kategorie/39-vsetky-clanky/1123 how can I solve that?
Also, there is an issue, that bold font does not work properly (it does not work)http://www.chcemviac.com/kategorie/39-vsetky-clanky/1123 how can I solve that?
-
- Expert Boarder
- GK User
- Wed Aug 05, 2015 6:14 pm
1. Font might look differ between browsers and we can not do a thing about way they are rendered by the browser engine.
2. Could you please mark the problematic place on a screenshot?
2. Could you please mark the problematic place on a screenshot?
-
- Moderator
- GK User
- Fri Aug 07, 2015 3:31 pm
example: [url]http://chcemviac.com/clanky/t-zapalme-ohen-spolocneho-uctievania[url]
-
- Expert Boarder
- GK User
- Tue Aug 11, 2015 8:54 am
Please edit: /templates/gk_music/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
b, strong {
font-weight: 600;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Mon Aug 17, 2015 2:32 pm
thanks,
looks like, it works in safari and chrome, mozilla is still the same. At least we fixed in 70% of views
looks like, it works in safari and chrome, mozilla is still the same. At least we fixed in 70% of views
-
- Expert Boarder
- GK User
- Mon Aug 17, 2015 2:40 pm
sorry to bother you, but I got this font on my frontpage (nowhere else).
whats going on?
whats going on?
-
- Expert Boarder
- GK User
- Mon Aug 17, 2015 6:32 pm
@mavievs - please create a separate forum thread.
@mavievs - you might try to increase it to 700 or using "bold" (without quotation marks) instead of the number.
@mavievs - you might try to increase it to 700 or using "bold" (without quotation marks) instead of the number.
-
- Moderator
23 posts
• Page 1 of 1