问题
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