Hi,
Very occasionally I get text rendered very strangely, an app close/browser refresh fixes this problem, but it comes back intermittently.
Has anybody else seen this issue?
Hi,
Very occasionally I get text rendered very strangely, an app close/browser refresh fixes this problem, but it comes back intermittently.
Has anybody else seen this issue?
What font are you using?
We’re using a font called gill-medium, with the following styles:
body {
font-family: gill-medium;
font-size: 18px;
}
@font-face {
font-family: gill-medium;
src: url(‘fonts/gill-medium.eot’);
src: url(‘fonts/gill-medium.eot?#iefix’) format(‘embedded-opentype’),
url(‘fonts/gill-medium.woff’) format(‘woff’),
url(‘fonts/gill-medium.ttf’) format(‘truetype’),
url(‘fonts/gill-medium.svg#gill-medium’) format(‘svg’);
}