Japanese custom font
-
Hello,
I am making a website mostly in japanese and french, everything is going ok except when I try to add a custom font for japanese, the default one is not really good looking and I would like a nicer one.
I am actually looking at https://www.fonts2u.com/kaorigel.font (oddly enough the downloaded demo file is not showing any japanese characters, but only latin characters even after using font squirrel generator)
I added the font face rule in my CSS
@font-face {
font-family: ‘kaorigelmedium’;
src: url(‘kaorigel-webfont.eot’);
src: url(‘kaorigel-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘kaorigel-webfont.woff’) format(‘woff’),
url(‘kaorigel-webfont.ttf’) format(‘truetype’),
url(‘kaorigel-webfont.svg#kaorigelmedium’) format(‘svg’);
font-weight: normal;
font-style: normal;}
changed the font-family in the CSS with ‘kaorigelmedium’ but nothing changed and the default font prevails, I have done some research but nothing so far.I would really appreciate any info that could me solve this issue
Thank you in anticipation
- The topic ‘Japanese custom font’ is closed to new replies.