I created an app with ionic framework sidemenu template.
i found that the fonts on the side menu has some issue. some times some letter gets missing.
for example. if i write “PROFILE” its coming as “PRO LE”. sometimes as OQNEHKD ( I ASCII backwards).
this seems to happen only on side menu’s.
i am using ROBOTO fonts from google fonts and i am linking google fonts at head of index page.
<link href='https://fonts.googleapis.com/css?family=RobotoDraft:400,500,700,400italic' rel='stylesheet' type='text/css'>
Does anyone know why is it happening ? it happens in complied version as well as html version. in html view it becomes okay when i resize the browser or refresh the page.
please help