New Font on Themler

accalaidesign
14 Posts
accalaidesign posted this 18 January 2019

Hi,

I inserted a new font through this code:
@font-face {
font-family: 'amante';
src: url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.eot');
src: url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.eot?#iefix') format('embedded-opentype'),
url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.woff') format('woff'), url('http://www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.ttf') format('truetype'), url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6, { font-family: amante; }

Now if you see the font on pc the code works but on mobile and tablet with android system the font nn is loaded could you help me on this?

Hi, I inserted a new font through this code: @font-face { font-family: 'amante'; src: url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.eot'); src: url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.eot?#iefix') format('embedded-opentype'), url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.woff') format('woff'), url('http://www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.ttf') format('truetype'), url('www.demo1.accalaidesign.it/font/kozuza-mincho-font/KozMinPro-Regular.svg') format('svg'); font-weight: normal; font-style: normal; } h1, h2, h3, h4, h5, h6, { font-family: amante; } Now if you see the font on pc the code works but on mobile and tablet with android system the font nn is loaded could you help me on this?
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
accalaidesign
14 Posts
accalaidesign posted this 18 January 2019

This is test site www.demo1.accalaidesign.it

This is test site www.demo1.accalaidesign.it
Support Team
Support Team posted this 18 January 2019

Hello,

Please try to set full absolute paths for all font formats, beginning with "http://". If this does not help, please test the font with a simple HTML page - will it be displayed correctly?

Sincerely,
Nettie

Hello, Please try to set full absolute paths for all font formats, beginning with "http://". If this does not help, please test the font with a simple HTML page - will it be displayed correctly? Sincerely, Nettie
accalaidesign
14 Posts
accalaidesign posted this 18 January 2019

hi,

not function :(

hi, not function :(
Support Team
Support Team posted this 18 January 2019

Hello,

Does the font work with a non-Themler website?

Sincerely,
Nettie

Hello, Does the font work with a non-Themler website? Sincerely, Nettie
You must log in or register to leave comments