CSS

Turkish Characters show up as Gibberish in Chrome

Weird bug that only seems to bug Chrome:

To fix, in css, set:

html {
  -webkit-locale: auto;
}

Now we have normality:

Standard

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.