Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My Icon Break on Some Device How to Fix this? #2726

Closed
masterpowers opened this issue Jan 31, 2016 · 1 comment
Closed

My Icon Break on Some Device How to Fix this? #2726

masterpowers opened this issue Jan 31, 2016 · 1 comment

Comments

@masterpowers
Copy link

I have no problem in firefox, ie and google chrome in a desktop user...
but ive got instances that my icons break in apple ipad , other mobile devices such as lenovo model...
this is my custom.css


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v11/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

this is my materializedcss version:

Materialize v0.97.5

Majority of the Apple Made Devices Break the Icos except Iphone 6 plus :(
Anyone Experience this help

@Dogfalo
Copy link
Owner

Dogfalo commented Jan 31, 2016

You can try searching some closed issues, but the font is provided by Google and you should post on their repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants