I am currently trying to make a website in greek.I have set the lang="el".I also use brackets to code.When i use the live preview of brackets which uses Google Chrome everything is fine.When i open the index.html from google chrome without using brackets it's also fine. The problem is when i try to open it to any other browsers.From greek it turns each letter to weird symbols. By the way i use the Lato font-family.Tried using only Arial but still symbols appeared but different ones. Anyone has any idea what's the problem?
html {
background-color: #f0f0f0;
color: #5f5f5f;
font-family: 'Lato', 'Arial', sans-serif;
font-weight: 300;
font-size: 20px;
text-rendering: optimizeLegibility;}