Latin Extended Fonts
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Jun 24, 2014 7:34 am
- Reply with quote
- Report this post
Hi.
I am trying to use Relway font with latin extended letters (ščćž ŠČĆŽ), they don't seems to work:
http://bit.ly/1mhgxM5
I have it in template/fonts/body
Font url: http://fonts.googleapis.com/css?family= ... ,latin-ext
Font family: Raleway
as figured that Raleway Google font doesn't have this letters included. I've also tried with Open Sans, which has all latin extended fonts made in, but it's the same result.
I inputed like this, but was the same problem:
Font url: http://fonts.googleapis.com/css?family= ... ,latin-ext
Font family: Open Sans
Also, I have made Raleway font with latin extended letters myself already - how to implement your own font then?
I am trying to use Relway font with latin extended letters (ščćž ŠČĆŽ), they don't seems to work:
http://bit.ly/1mhgxM5
I have it in template/fonts/body
Font url: http://fonts.googleapis.com/css?family= ... ,latin-ext
Font family: Raleway
as figured that Raleway Google font doesn't have this letters included. I've also tried with Open Sans, which has all latin extended fonts made in, but it's the same result.
I inputed like this, but was the same problem:
Font url: http://fonts.googleapis.com/css?family= ... ,latin-ext
Font family: Open Sans
Also, I have made Raleway font with latin extended letters myself already - how to implement your own font then?
-
- Senior Boarder
- teitbite
- Tue Jun 24, 2014 9:12 am
- Reply with quote
- Report this post
Hi
If You have a file with font than You may try to generate face-font. Just use this generator: http://www.fontsquirrel.com/tools/webfont-generator and it will instruct what to do. Use /layout/blocks/head.php file to add the line of code including this font.
If You have a file with font than You may try to generate face-font. Just use this generator: http://www.fontsquirrel.com/tools/webfont-generator and it will instruct what to do. Use /layout/blocks/head.php file to add the line of code including this font.
-
- Moderator
- GK User
- Tue Jun 24, 2014 12:42 pm
- Reply with quote
- Report this post
Ok and what should be selected in your template then in Font Family and Font-url?
Also, how to add "Open Sans" google font, which has latin extended made in your template?
this input with subset (&subset=latin,latin-ext) doesn't work:
It has to be included in the head instead also?
Also, how to add "Open Sans" google font, which has latin extended made in your template?
this input with subset (&subset=latin,latin-ext) doesn't work:
- Code: Select all
Font url: http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext
Font family: Open Sans
It has to be included in the head instead also?
-
- Senior Boarder
- GK User
- Tue Jun 24, 2014 2:55 pm
- Reply with quote
- Report this post
hmm, I was looking at the font Raleway, and I figured that this letters ŠČŽ ščž are already in original Google Font.
So, why are they not showing properly on my demo site, when I have inserted now the code:
So, why are they not showing properly on my demo site, when I have inserted now the code:
- Code: Select all
Font url: http://fonts.googleapis.com/css?family=Raleway:200,300,400
Font family: Raleway
-
- Senior Boarder
- GK User
- Wed Jun 25, 2014 4:55 pm
- Reply with quote
- Report this post
I managed to implement now squirrelfont and ŠČŽ ščž are working now, as I choose in webgenerator the option to add these fonts
thanks for your advice!
thanks for your advice!
-
- Senior Boarder
- teitbite
- Fri Jun 27, 2014 6:16 pm
- Reply with quote
- Report this post
Hi
For example if You will follow this url: http://www.google.com/fonts/#QuickUsePlace:quickUse You will see informations about how to add a google font. You need to select which size version and charsets should be included, than it will generate url which needst to be copied into font ulr
and as visible a little bit lower the name of the font:
For example if You will follow this url: http://www.google.com/fonts/#QuickUsePlace:quickUse You will see informations about how to add a google font. You need to select which size version and charsets should be included, than it will generate url which needst to be copied into font ulr
- Code: Select all
field: http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext
and as visible a little bit lower the name of the font:
- Code: Select all
Open Sans
-
- Moderator
- GK User
- Mon Jun 30, 2014 11:08 am
- Reply with quote
- Report this post
Yeah, I've tried this before, but the problem with Raleway font is, that Google Webfont Engine don't have latin extended option for this font, while the latin extended charset is actually in the font files itself.
So, I am just gonna leave it that way - via Squirrelfont implementation.
ščž letters are working now and that's what I need, as well I will need German letters ä ö ü later, which are already included into font:
Example is here:
http://bit.ly/1mhgxM5
So, I am just gonna leave it that way - via Squirrelfont implementation.
ščž letters are working now and that's what I need, as well I will need German letters ä ö ü later, which are already included into font:
Example is here:
http://bit.ly/1mhgxM5
-
- Senior Boarder
- teitbite
- Tue Jul 01, 2014 9:35 am
- Reply with quote
- Report this post
Hi
Ok. I must say I also prefere squirrel fonts It even loads faster if You have files on Your sever directly.
Ok. I must say I also prefere squirrel fonts It even loads faster if You have files on Your sever directly.
-
- Moderator
- GK User
- Tue Jul 15, 2014 8:27 am
- Reply with quote
- Report this post
great!
can I ask you also, which way is the best to do a multilingual site from Mo template?
Last time I've tried to do a multilingual site with JoomFish translate, some of your modules, like front page image show didn't want to translate with it.
Then I tried to do a multilingual thing with native joomla translation, but it was messing the page too..
I joomla native translation the best way to try, with your modules?
can I ask you also, which way is the best to do a multilingual site from Mo template?
Last time I've tried to do a multilingual site with JoomFish translate, some of your modules, like front page image show didn't want to translate with it.
Then I tried to do a multilingual thing with native joomla translation, but it was messing the page too..
I joomla native translation the best way to try, with your modules?
-
- Senior Boarder
- teitbite
- Wed Jul 16, 2014 10:57 am
- Reply with quote
- Report this post
Hi
I'm using Falang component (same as JoomFish I think) and make a different version of module for each language. But I see ppl find it easiest to make a separate template style for each language and attache a different menu for it. Looks like it's the most common solution.
I'm using Falang component (same as JoomFish I think) and make a different version of module for each language. But I see ppl find it easiest to make a separate template style for each language and attache a different menu for it. Looks like it's the most common solution.
-
- Moderator
- GK User
- Wed Jul 16, 2014 2:01 pm
- Reply with quote
- Report this post
hi.
I've send you some more details on PM, but message is still in outbox. Why is that?
I've send you some more details on PM, but message is still in outbox. Why is that?
-
- Senior Boarder
- GK User
- Thu Jul 17, 2014 11:14 am
- Reply with quote
- Report this post
I've tried this Falang component just now and It's looks like its based on JoomFish since the copyright texts from JoomFish are in some PHP files from them.
And the Gavick moduls translations actually works, yey
And the Gavick moduls translations actually works, yey
-
- Senior Boarder
- teitbite
- Fri Jul 18, 2014 2:13 pm
- Reply with quote
- Report this post
Hi
Wow. I always make a copy of a module for each language. Thank You for telling me that it can translate it now as well
Wow. I always make a copy of a module for each language. Thank You for telling me that it can translate it now as well
-
- Moderator
- GK User
- Tue Jul 29, 2014 7:27 am
- Reply with quote
- Report this post
Great. Falang actually offers you only translation component to translate, which is great and works perfectly
Any idea, what are these codes at the ending of joomla sites like this - #.U9c6goCSwoo
example:
http://www.jernejgraj.com/demo/jozica/c ... 9c-l4CSwoo
how could I get rid of this?
I am also having in this on other website with your template..
Any idea, what are these codes at the ending of joomla sites like this - #.U9c6goCSwoo
example:
http://www.jernejgraj.com/demo/jozica/c ... 9c-l4CSwoo
how could I get rid of this?
I am also having in this on other website with your template..
-
- Senior Boarder
- teitbite
- Wed Jul 30, 2014 4:59 pm
- Reply with quote
- Report this post
Hi
I believe this is comming from AddThis extention. You just need to look into it's settings and disable "Tracking URL".
I believe this is comming from AddThis extention. You just need to look into it's settings and disable "Tracking URL".
-
- Moderator
- GK User
- Tue Aug 05, 2014 9:55 am
- Reply with quote
- Report this post
ohh, thanks! will check on.
-
- Senior Boarder
- GK User
- Tue Aug 05, 2014 10:23 am
- Reply with quote
- Report this post
aha, since I've implemented addthis into K2 item (without any module or plugin installation in Joomla), I found solution here:
http://support.addthis.com/customer/por ... -your-urls
http://support.addthis.com/customer/por ... -your-urls
- Code: Select all
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = false;
addthis_config.data_track_clickback = false;
</script>
-
- Senior Boarder
- teitbite
- Wed Aug 06, 2014 2:36 pm
- Reply with quote
- Report this post
Hi
Exactly a way of disabling tracking URL
Exactly a way of disabling tracking URL
-
- Moderator
18 posts
• Page 1 of 1