-
AuthorPosts
-
fbernardello Friend
fbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 5, 2015 at 11:00 pm #721624What kind of font is the default one?
How is it possible to change it as a defualt?Thanks in advance,
FedericoTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2015 at 1:38 am #721671For which element are you referring? – Article content?, Headlines? Main Nav?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2015 at 1:38 am #753855For which element are you referring? – Article content?, Headlines? Main Nav?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 6, 2015 at 4:56 am #721685Hi Federico,
The default font base is set via the less file: /root/templates/ja_teline_v/less/variables.less
You can look for this declaration:
// Typography
// -------------------------
@font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-alt: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
and change the variable: font-family-base to your desired font.
Plz keep in mind that if your site is running with dev mode (you can see in template manager section), the changes in less file will affect immediately. But in case, the dev mode is OFF, you will need to compile less to css and REMEMBER to backup all css files first.
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 6, 2015 at 4:56 am #753869Hi Federico,
The default font base is set via the less file: /root/templates/ja_teline_v/less/variables.less
You can look for this declaration:
// Typography
// -------------------------
@font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-alt: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
and change the variable: font-family-base to your desired font.
Plz keep in mind that if your site is running with dev mode (you can see in template manager section), the changes in less file will affect immediately. But in case, the dev mode is OFF, you will need to compile less to css and REMEMBER to backup all css files first.
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 6, 2015 at 8:24 am #721723Dear Saguaros,
thank you for your reply.There is something I can’t understand…
I suspected some problems with my pcs, but I checked with different ones, having always the same results.The default font should be a Sans-Serif, like for example Google “Roboto” as we can find in the variables.less file.
All the sites with Teline-V I can find on the web, also mine, DOES have a font WITH serifs.Attached some examples…
What is at the end the font used?
With your pcs, do you see different fonts?Regards,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 6, 2015 at 8:24 am #753881Dear Saguaros,
thank you for your reply.There is something I can’t understand…
I suspected some problems with my pcs, but I checked with different ones, having always the same results.The default font should be a Sans-Serif, like for example Google “Roboto” as we can find in the variables.less file.
All the sites with Teline-V I can find on the web, also mine, DOES have a font WITH serifs.Attached some examples…
What is at the end the font used?
With your pcs, do you see different fonts?Regards,
FedericoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 6, 2015 at 10:17 am #721737You can post your site’s URL here so that I can take a look
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 6, 2015 at 10:17 am #753895You can post your site’s URL here so that I can take a look
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2015 at 3:47 pm #722535Different content types use different font types – which can be modified within the relative CSS files . . . which is why I originally asked for which elements you were wanting to modify the font type on your site. Once that issue is specified, then we can provide more concise suggestion as to how to modify it site wide (i.e. via CSS).
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 10, 2015 at 1:04 pm #723655Dear @saguaros,
my website is not yet published; in order to access it, you should add an entry to your local hostfile.
Otherwise, I’m going online in a few weeks.By the way, if you look at the official demo site, do you see a font WITH serifs or not?
If so, there is something wrong…
Whick font is supposed to be?Thank you in advance,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 10, 2015 at 1:04 pm #754147Dear @saguaros,
my website is not yet published; in order to access it, you should add an entry to your local hostfile.
Otherwise, I’m going online in a few weeks.By the way, if you look at the official demo site, do you see a font WITH serifs or not?
If so, there is something wrong…
Whick font is supposed to be?Thank you in advance,
FedericoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2015 at 2:39 am #723719HI Federico,
As I mentioned in my above post, this template has several fonts used in different places:
// Typography
// -------------------------
@font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-alt: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
And the base font is: @font-family-sans-serif: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
You can also use Firebug editor in Firefox and see which font is being used: http://prntscr.com/91f27d
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2015 at 2:39 am #754211HI Federico,
As I mentioned in my above post, this template has several fonts used in different places:
// Typography
// -------------------------
@font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-alt: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: "Roboto Slab", Cambria, Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
And the base font is: @font-family-sans-serif: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
You can also use Firebug editor in Firefox and see which font is being used: http://prntscr.com/91f27d
1 user says Thank You to Saguaros for this useful post
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 11, 2015 at 8:54 am #723760Dear @saguaros,
thank you for your feedback and for the suggestion.I finally understood the fonts used for titles (H1, H2, ecc..) is the “Roboto Slab”, since the font family set is “Roboto Slab, Cambria, Georgia, ecc…”.
Where can I find this code? Could you suggest me the proper css file?
Thank you!
Federico -
AuthorPosts
This topic contains 20 replies, has 3 voices, and was last updated by fbernardello 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum