
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?