0

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

user3564005
  • 33
  • 1
  • 5

1 Answers1

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.

Luciano
  • 1,101
  • 1
  • 19
  • 30