I am using font-family: "proxima Nova alt", "helvetica new", helvetica, ariel, without -Serif; But it looks terrible on mobile than PC browser. How do I achieve the same-looking results for mobile?
@I honestly believe that those fonts are appearing on your desktop because they are installed on the OS of your desktop. You have two ways to do this:
1) You need to find them in Google fonts, typekits, or other third-party cloud-based font solutions. They provide ways to give them context via CSS, HTML, and JS.
2) Distribute fonts and in fact the font file is inserted into the one / font directory (which can be said ... but / font works), and then the file's Take a note of @font-face
They are defaulting on Helvetica or Ariel for mobile because they are not installed on that device.
Hope this will help!
No comments:
Post a Comment