how to remove the accent in fonts [duplicate]

非 Y 不嫁゛ 提交于 2020-01-16 17:37:04

问题


Hi I have used a font but the letter with the accent shows in bold like this Yasemin enar ğ uloo. I want it to show without the letter with the accent getting affected in bold.

Thanks in advance


回答1:


if you check http://www.w3schools.com/cssref/pr_text_text-transform.asp you'll see that there are only 3 possible text-transformations: Uppercase, Lowercase and Capitalize. Besides, g and ğ are different characters, as are e and é. You cannot simply interchange it with CSS, it needs to be done with a programming language like PHP or Javascript.



来源:https://stackoverflow.com/questions/25529254/how-to-remove-the-accent-in-fonts

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!