-
AuthorPosts
-
December 27, 2011 at 3:44 pm #172203
Hi,
Where should I define font if I want to use custom fonts in mobile devices template?
Thanksissay Friendissay
- Join date:
- November 2009
- Posts:
- 114
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
December 27, 2011 at 4:13 pm #431385open this file , and add the code below.
templatesja_teline_ivcssiphonetemplate.css@font-face {
font-family: ‘xxxxxxxfont’;
src: url(http://site.com/xxxxxxxfont‘.otf) format(“opentype”);
font-style: normal;
}AND be sure to change font family name to new font name in these files:
pluginssystemjat3jat3base-themesdefaultcssiphonetemplate.css
pluginssystemjat3jat3base-themesdefaultcssiphonelayout.cssand newspro module’s css files also
December 27, 2011 at 5:31 pm #431405Thanks issay,
Will this also works for android and other handheld devices?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 27, 2011 at 5:39 pm #431408<em>@surajjoseph 291478 wrote:</em><blockquote>Thanks issay,
Will this also works for android and other handheld devices?</blockquote>
Is/Are there CSS files for other mobile devices within that same path?(i.e. pluginssystemjat3jat3base-themesdefaultcss)December 27, 2011 at 5:49 pm #431413<em>@TomC 291482 wrote:</em><blockquote>Is/Are there CSS files for other mobile devices within that same path?
(i.e. pluginssystemjat3jat3base-themesdefaultcss)</blockquote>
These are the files in the CSS folder.
Image attached.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 27, 2011 at 5:53 pm #431414In that case, I am thinking the css you would want to modify for android would be found within the “handheld” folder.
issay Friendissay
- Join date:
- November 2009
- Posts:
- 114
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
December 27, 2011 at 6:43 pm #431426<em>@surajjoseph 291478 wrote:</em><blockquote>Thanks issay,
Will this also works for android and other handheld devices?</blockquote>I tested my site on iphone only. and in this way font works. also I think if u add font code to other devices css fill it will work
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 27, 2011 at 6:46 pm #431428<em>@issay 291503 wrote:</em><blockquote>I tested my site on iphone only. and in this way font works. also I think if u add font code to other devices css fill it will work</blockquote>
i.e. the CSS within the “handheld” folder – as mentioned above. 😎
December 28, 2011 at 2:08 pm #431579Thanks… it is working.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by surajjoseph 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Where to define font for mobile?
Viewing 9 posts - 1 through 9 (of 9 total)