“Impact” font not working on mobile Chrome











up vote
11
down vote

favorite












I've been struggling with the Impact font for about a year now.
It's supposed to be a web safe font, but it isn't.



When I use the standard "Impact" it will not work on mobile platforms. If I use a specific font @font-face, it's impossible to get same rendering on PC and Mac (I've tried about 20 different versions and spent about $200 on useless fonts).



I'm happy with the standard Impact as it works fine (with a few hacks). But it doesn't load on mobile phones (Chrome), and it's driving me crazy and makes me want to jump out the window. Seriously, I've had enough...










share|improve this question






















  • Please don't defenestrate yourself, it's not worth it over a font!
    – Luke
    Jul 6 '17 at 12:23















up vote
11
down vote

favorite












I've been struggling with the Impact font for about a year now.
It's supposed to be a web safe font, but it isn't.



When I use the standard "Impact" it will not work on mobile platforms. If I use a specific font @font-face, it's impossible to get same rendering on PC and Mac (I've tried about 20 different versions and spent about $200 on useless fonts).



I'm happy with the standard Impact as it works fine (with a few hacks). But it doesn't load on mobile phones (Chrome), and it's driving me crazy and makes me want to jump out the window. Seriously, I've had enough...










share|improve this question






















  • Please don't defenestrate yourself, it's not worth it over a font!
    – Luke
    Jul 6 '17 at 12:23













up vote
11
down vote

favorite









up vote
11
down vote

favorite











I've been struggling with the Impact font for about a year now.
It's supposed to be a web safe font, but it isn't.



When I use the standard "Impact" it will not work on mobile platforms. If I use a specific font @font-face, it's impossible to get same rendering on PC and Mac (I've tried about 20 different versions and spent about $200 on useless fonts).



I'm happy with the standard Impact as it works fine (with a few hacks). But it doesn't load on mobile phones (Chrome), and it's driving me crazy and makes me want to jump out the window. Seriously, I've had enough...










share|improve this question













I've been struggling with the Impact font for about a year now.
It's supposed to be a web safe font, but it isn't.



When I use the standard "Impact" it will not work on mobile platforms. If I use a specific font @font-face, it's impossible to get same rendering on PC and Mac (I've tried about 20 different versions and spent about $200 on useless fonts).



I'm happy with the standard Impact as it works fine (with a few hacks). But it doesn't load on mobile phones (Chrome), and it's driving me crazy and makes me want to jump out the window. Seriously, I've had enough...







google-chrome mobile fonts






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 13 '13 at 14:32









2famous.TV

210219




210219












  • Please don't defenestrate yourself, it's not worth it over a font!
    – Luke
    Jul 6 '17 at 12:23


















  • Please don't defenestrate yourself, it's not worth it over a font!
    – Luke
    Jul 6 '17 at 12:23
















Please don't defenestrate yourself, it's not worth it over a font!
– Luke
Jul 6 '17 at 12:23




Please don't defenestrate yourself, it's not worth it over a font!
– Luke
Jul 6 '17 at 12:23












1 Answer
1






active

oldest

votes

















up vote
0
down vote













Take a look on this fiddle → https://jsfiddle.net/yakunins/8e56vdy7/



* {
font-family: Impacto, Impact, sans-serif;
}
@font-face {
font-family: Impacto;
font-weight: bold;
src: url(data:font/ttf;base64,AAEAAAAXAQ...);
}


I got this result on my Android device:



impact in Chrome Mobile






share|improve this answer





















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f17631130%2fimpact-font-not-working-on-mobile-chrome%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Take a look on this fiddle → https://jsfiddle.net/yakunins/8e56vdy7/



    * {
    font-family: Impacto, Impact, sans-serif;
    }
    @font-face {
    font-family: Impacto;
    font-weight: bold;
    src: url(data:font/ttf;base64,AAEAAAAXAQ...);
    }


    I got this result on my Android device:



    impact in Chrome Mobile






    share|improve this answer

























      up vote
      0
      down vote













      Take a look on this fiddle → https://jsfiddle.net/yakunins/8e56vdy7/



      * {
      font-family: Impacto, Impact, sans-serif;
      }
      @font-face {
      font-family: Impacto;
      font-weight: bold;
      src: url(data:font/ttf;base64,AAEAAAAXAQ...);
      }


      I got this result on my Android device:



      impact in Chrome Mobile






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Take a look on this fiddle → https://jsfiddle.net/yakunins/8e56vdy7/



        * {
        font-family: Impacto, Impact, sans-serif;
        }
        @font-face {
        font-family: Impacto;
        font-weight: bold;
        src: url(data:font/ttf;base64,AAEAAAAXAQ...);
        }


        I got this result on my Android device:



        impact in Chrome Mobile






        share|improve this answer












        Take a look on this fiddle → https://jsfiddle.net/yakunins/8e56vdy7/



        * {
        font-family: Impacto, Impact, sans-serif;
        }
        @font-face {
        font-family: Impacto;
        font-weight: bold;
        src: url(data:font/ttf;base64,AAEAAAAXAQ...);
        }


        I got this result on my Android device:



        impact in Chrome Mobile







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 19 at 7:13









        yakunins

        454511




        454511






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f17631130%2fimpact-font-not-working-on-mobile-chrome%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]