admin backend icon fonts missingAdmin Panel and Main Page missing buttons/imagesMagento 2.2.7 dashboard logos and images are not displayingadmin backend icon fonts missing in magento CE 2.18Change language and icon doesn't show in Magento 2.2Magento backend new order, new customer - email field missingPaypal Payment Method Missing from Backend OrderAll tabs missing from Magento Admin PanelCan't upload images in backend, buttons missingMagento 2.1 Web setup wizard missing in backendMagento admin backend not saving ANY changes - tried all common solutions NO LUCKBackend admin login programmaticallyadmin backend icon fonts missing in magento CE 2.18Why Magento admin panel is often called backend?

How to deal with taxi scam when on vacation?

Existence of subset with given Hausdorff dimension

Why do passenger jet manufacturers design their planes with stall prevention systems?

Define, (actually define) the "stability" and "energy" of a compound

Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is

Did Ender ever learn that he killed Stilson and/or Bonzo?

How to read the value of this capacitor?

Why doesn't using two cd commands in bash script execute the second command?

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

Could the Saturn V actually have launched astronauts around Venus?

What options are left, if Britain cannot decide?

How to change two letters closest to a string and one letter immediately after a string using notepad++

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Dice rolling probability game

Life insurance that covers only simultaneous/dual deaths

Sailing the cryptic seas

SOQL: Populate a Literal List in WHERE IN Clause

Employee lack of ownership

Gravity magic - How does it work?

Recruiter wants very extensive technical details about all of my previous work

My adviser wants to be the first author

Do I need life insurance if I can cover my own funeral costs?

Min function accepting varying number of arguments in C++17

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?



admin backend icon fonts missing


Admin Panel and Main Page missing buttons/imagesMagento 2.2.7 dashboard logos and images are not displayingadmin backend icon fonts missing in magento CE 2.18Change language and icon doesn't show in Magento 2.2Magento backend new order, new customer - email field missingPaypal Payment Method Missing from Backend OrderAll tabs missing from Magento Admin PanelCan't upload images in backend, buttons missingMagento 2.1 Web setup wizard missing in backendMagento admin backend not saving ANY changes - tried all common solutions NO LUCKBackend admin login programmaticallyadmin backend icon fonts missing in magento CE 2.18Why Magento admin panel is often called backend?













3















As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.



But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).



enter image description here










share|improve this question




























    3















    As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.



    But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).



    enter image description here










    share|improve this question


























      3












      3








      3


      2






      As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.



      But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).



      enter image description here










      share|improve this question
















      As a newbie, I just installed the M.Community Full Release with Sample Data 2.0.5 on Win8 64bit with Xampp -- all went well so far, except arriving in the backend panel the "Admin Icons" are replaced by not resolvable symbols because the font is missing, in the setup.css, a font "Admin Icons" is referenced, which doesn't exist in any folder.



      But basically, I can't find any font in any folder that actually displays icons (a Windows prob?).



      enter image description here







      backend admin-panel magento-2.0.5






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 26 '17 at 8:49









      Teja Bhagavan Kollepara

      3,00641948




      3,00641948










      asked May 4 '16 at 12:51









      tutuKidtutuKid

      23113




      23113




















          8 Answers
          8






          active

          oldest

          votes


















          7














          It seems that some css and fonts files are not generated properly. You need to do the folowing



          1. Remove pub/static

          2. Remove var/cache

          3. Remove var/composer_home

          4. Remove var/generation

          5. Remove var/page_cache

          6. Remove var/view_preprocessed

          7. run php bin/magento setup:static-content:deploy





          share|improve this answer




















          • 1





            Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

            – tutuKid
            May 9 '16 at 13:42












          • i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

            – Wasif Khalil
            May 17 '16 at 20:30











          • upvoted this answer is worked!

            – Josua Marcel Chrisano
            Sep 27 '17 at 13:34











          • I dont understand how to run php bin/magento setup:static-content:deploy

            – Cory Nickerson
            Sep 27 '17 at 20:53











          • @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

            – Shaheer Ali
            Sep 29 '17 at 10:39


















          9














          Open up app/etc/di.xml find the path



          MagentoFrameworkAppViewAssetMaterializationStrategySymlink


          and replace it with



          MagentoFrameworkAppViewAssetMaterializationStrategyCopy


          Note: Remove entire files and folder under pub/static except .htaccess






          share|improve this answer
































            3














            Open up app/etc/di.xml find the path



            MagentoFrameworkAppViewAssetMaterializationStrategySymlink


            and replace it with



            MagentoFrameworkAppViewAssetMaterializationStrategyCopy


            Then go to varcache this folder remove all file






            share|improve this answer
































              1














              To show backend and frontend css, font and icon , I used this solosion:



              Remove pub/static //not .htaccess
              Remove var/cache
              Remove var/composer_home
              Remove var/generation
              Remove var/page_cache
              Remove var/view_preprocessed


              Then open up app/etc/di.xml find the path



              MagentoFrameworkAppViewAssetMaterializationStrategySymlink
              and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy


              And finally run this:



              php bin/magento setup:static-content:deploy 





              share|improve this answer
































                1














                I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file



                <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">

                Header always set Access-Control-Allow-Origin "*"
                Header always set Access-Control-Allow-Methods "GET"
                Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"

                </FilesMatch>


                It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.



                Perhaps this will help. I flushed the cache and re-indexed after adding






                share|improve this answer






























                  1














                  Open app/etc/di.xml




                  MagentoFrameworkAppViewAssetMaterializationStrategySymlink




                  and replace it with




                  MagentoFrameworkAppViewAssetMaterializationStrategyCopy




                  then Remove entire files and folder under pub/static except .htaccess



                  and it will show up






                  share|improve this answer






























                    0














                    To show backend and frontend css, font and icon, follow these 2 steps:



                    1.Run the deploy or forcefully deploy command:



                    php bin/magento setup:static-content:deploy


                    OR



                    php bin/magento setup:static-content:deploy -f


                    1. Make sure that .htaccess file exists in var & pub/static folders after deploy, if not exists then copy and paste from the Magento original setup.





                    share|improve this answer






























                      0














                      You were right. It has successfully corrected errors. thank you very much





                      share








                      New contributor




                      Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.



















                        Your Answer








                        StackExchange.ready(function()
                        var channelOptions =
                        tags: "".split(" "),
                        id: "479"
                        ;
                        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',
                        autoActivateHeartbeat: false,
                        convertImagesToLinks: false,
                        noModals: true,
                        showLowRepImageUploadWarning: true,
                        reputationToPostImages: null,
                        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%2fmagento.stackexchange.com%2fquestions%2f113945%2fadmin-backend-icon-fonts-missing%23new-answer', 'question_page');

                        );

                        Post as a guest















                        Required, but never shown

























                        8 Answers
                        8






                        active

                        oldest

                        votes








                        8 Answers
                        8






                        active

                        oldest

                        votes









                        active

                        oldest

                        votes






                        active

                        oldest

                        votes









                        7














                        It seems that some css and fonts files are not generated properly. You need to do the folowing



                        1. Remove pub/static

                        2. Remove var/cache

                        3. Remove var/composer_home

                        4. Remove var/generation

                        5. Remove var/page_cache

                        6. Remove var/view_preprocessed

                        7. run php bin/magento setup:static-content:deploy





                        share|improve this answer




















                        • 1





                          Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                          – tutuKid
                          May 9 '16 at 13:42












                        • i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                          – Wasif Khalil
                          May 17 '16 at 20:30











                        • upvoted this answer is worked!

                          – Josua Marcel Chrisano
                          Sep 27 '17 at 13:34











                        • I dont understand how to run php bin/magento setup:static-content:deploy

                          – Cory Nickerson
                          Sep 27 '17 at 20:53











                        • @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                          – Shaheer Ali
                          Sep 29 '17 at 10:39















                        7














                        It seems that some css and fonts files are not generated properly. You need to do the folowing



                        1. Remove pub/static

                        2. Remove var/cache

                        3. Remove var/composer_home

                        4. Remove var/generation

                        5. Remove var/page_cache

                        6. Remove var/view_preprocessed

                        7. run php bin/magento setup:static-content:deploy





                        share|improve this answer




















                        • 1





                          Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                          – tutuKid
                          May 9 '16 at 13:42












                        • i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                          – Wasif Khalil
                          May 17 '16 at 20:30











                        • upvoted this answer is worked!

                          – Josua Marcel Chrisano
                          Sep 27 '17 at 13:34











                        • I dont understand how to run php bin/magento setup:static-content:deploy

                          – Cory Nickerson
                          Sep 27 '17 at 20:53











                        • @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                          – Shaheer Ali
                          Sep 29 '17 at 10:39













                        7












                        7








                        7







                        It seems that some css and fonts files are not generated properly. You need to do the folowing



                        1. Remove pub/static

                        2. Remove var/cache

                        3. Remove var/composer_home

                        4. Remove var/generation

                        5. Remove var/page_cache

                        6. Remove var/view_preprocessed

                        7. run php bin/magento setup:static-content:deploy





                        share|improve this answer















                        It seems that some css and fonts files are not generated properly. You need to do the folowing



                        1. Remove pub/static

                        2. Remove var/cache

                        3. Remove var/composer_home

                        4. Remove var/generation

                        5. Remove var/page_cache

                        6. Remove var/view_preprocessed

                        7. run php bin/magento setup:static-content:deploy






                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited May 4 '16 at 13:04









                        Raphael at Digital Pianism

                        54.8k22119278




                        54.8k22119278










                        answered May 4 '16 at 12:59









                        Shaheer AliShaheer Ali

                        1,37831225




                        1,37831225







                        • 1





                          Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                          – tutuKid
                          May 9 '16 at 13:42












                        • i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                          – Wasif Khalil
                          May 17 '16 at 20:30











                        • upvoted this answer is worked!

                          – Josua Marcel Chrisano
                          Sep 27 '17 at 13:34











                        • I dont understand how to run php bin/magento setup:static-content:deploy

                          – Cory Nickerson
                          Sep 27 '17 at 20:53











                        • @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                          – Shaheer Ali
                          Sep 29 '17 at 10:39












                        • 1





                          Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                          – tutuKid
                          May 9 '16 at 13:42












                        • i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                          – Wasif Khalil
                          May 17 '16 at 20:30











                        • upvoted this answer is worked!

                          – Josua Marcel Chrisano
                          Sep 27 '17 at 13:34











                        • I dont understand how to run php bin/magento setup:static-content:deploy

                          – Cory Nickerson
                          Sep 27 '17 at 20:53











                        • @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                          – Shaheer Ali
                          Sep 29 '17 at 10:39







                        1




                        1





                        Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                        – tutuKid
                        May 9 '16 at 13:42






                        Thank you sooo much! At first I had this memory_limit runtime error (at 132M, yeah right)...but upon system restart (Windows, rrrr) it ran through again and now everything is there. BIG eyes...thank you so much for the quick and of course correct reply - worked like a charm, my dashboard is a-okay!

                        – tutuKid
                        May 9 '16 at 13:42














                        i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                        – Wasif Khalil
                        May 17 '16 at 20:30





                        i faced same problem but when i run the command 7. it shows this msg "Failed loading /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so: cannot open shared object file: No such file or directory"

                        – Wasif Khalil
                        May 17 '16 at 20:30













                        upvoted this answer is worked!

                        – Josua Marcel Chrisano
                        Sep 27 '17 at 13:34





                        upvoted this answer is worked!

                        – Josua Marcel Chrisano
                        Sep 27 '17 at 13:34













                        I dont understand how to run php bin/magento setup:static-content:deploy

                        – Cory Nickerson
                        Sep 27 '17 at 20:53





                        I dont understand how to run php bin/magento setup:static-content:deploy

                        – Cory Nickerson
                        Sep 27 '17 at 20:53













                        @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                        – Shaheer Ali
                        Sep 29 '17 at 10:39





                        @CoryNickerson you must login to server using shell and then go the root folder of your magento installation. for there you can run this command

                        – Shaheer Ali
                        Sep 29 '17 at 10:39













                        9














                        Open up app/etc/di.xml find the path



                        MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                        and replace it with



                        MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                        Note: Remove entire files and folder under pub/static except .htaccess






                        share|improve this answer





























                          9














                          Open up app/etc/di.xml find the path



                          MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                          and replace it with



                          MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                          Note: Remove entire files and folder under pub/static except .htaccess






                          share|improve this answer



























                            9












                            9








                            9







                            Open up app/etc/di.xml find the path



                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                            and replace it with



                            MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                            Note: Remove entire files and folder under pub/static except .htaccess






                            share|improve this answer















                            Open up app/etc/di.xml find the path



                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                            and replace it with



                            MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                            Note: Remove entire files and folder under pub/static except .htaccess







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited May 2 '17 at 10:00









                            Teja Bhagavan Kollepara

                            3,00641948




                            3,00641948










                            answered Oct 4 '16 at 6:55









                            Subhranil JanaSubhranil Jana

                            9113




                            9113





















                                3














                                Open up app/etc/di.xml find the path



                                MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                                and replace it with



                                MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                Then go to varcache this folder remove all file






                                share|improve this answer





























                                  3














                                  Open up app/etc/di.xml find the path



                                  MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                                  and replace it with



                                  MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                  Then go to varcache this folder remove all file






                                  share|improve this answer



























                                    3












                                    3








                                    3







                                    Open up app/etc/di.xml find the path



                                    MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                                    and replace it with



                                    MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                    Then go to varcache this folder remove all file






                                    share|improve this answer















                                    Open up app/etc/di.xml find the path



                                    MagentoFrameworkAppViewAssetMaterializationStrategySymlink


                                    and replace it with



                                    MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                    Then go to varcache this folder remove all file







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited May 2 '17 at 9:52









                                    Teja Bhagavan Kollepara

                                    3,00641948




                                    3,00641948










                                    answered Feb 21 '17 at 7:39









                                    Kanhu Charan RathKanhu Charan Rath

                                    7116




                                    7116





















                                        1














                                        To show backend and frontend css, font and icon , I used this solosion:



                                        Remove pub/static //not .htaccess
                                        Remove var/cache
                                        Remove var/composer_home
                                        Remove var/generation
                                        Remove var/page_cache
                                        Remove var/view_preprocessed


                                        Then open up app/etc/di.xml find the path



                                        MagentoFrameworkAppViewAssetMaterializationStrategySymlink
                                        and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                        And finally run this:



                                        php bin/magento setup:static-content:deploy 





                                        share|improve this answer





























                                          1














                                          To show backend and frontend css, font and icon , I used this solosion:



                                          Remove pub/static //not .htaccess
                                          Remove var/cache
                                          Remove var/composer_home
                                          Remove var/generation
                                          Remove var/page_cache
                                          Remove var/view_preprocessed


                                          Then open up app/etc/di.xml find the path



                                          MagentoFrameworkAppViewAssetMaterializationStrategySymlink
                                          and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                          And finally run this:



                                          php bin/magento setup:static-content:deploy 





                                          share|improve this answer



























                                            1












                                            1








                                            1







                                            To show backend and frontend css, font and icon , I used this solosion:



                                            Remove pub/static //not .htaccess
                                            Remove var/cache
                                            Remove var/composer_home
                                            Remove var/generation
                                            Remove var/page_cache
                                            Remove var/view_preprocessed


                                            Then open up app/etc/di.xml find the path



                                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink
                                            and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                            And finally run this:



                                            php bin/magento setup:static-content:deploy 





                                            share|improve this answer















                                            To show backend and frontend css, font and icon , I used this solosion:



                                            Remove pub/static //not .htaccess
                                            Remove var/cache
                                            Remove var/composer_home
                                            Remove var/generation
                                            Remove var/page_cache
                                            Remove var/view_preprocessed


                                            Then open up app/etc/di.xml find the path



                                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink
                                            and replace it with MagentoFrameworkAppViewAssetMaterializationStrategyCopy


                                            And finally run this:



                                            php bin/magento setup:static-content:deploy 






                                            share|improve this answer














                                            share|improve this answer



                                            share|improve this answer








                                            edited May 2 '17 at 9:35

























                                            answered May 2 '17 at 9:30









                                            OskarOskar

                                            1315




                                            1315





















                                                1














                                                I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file



                                                <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">

                                                Header always set Access-Control-Allow-Origin "*"
                                                Header always set Access-Control-Allow-Methods "GET"
                                                Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"

                                                </FilesMatch>


                                                It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.



                                                Perhaps this will help. I flushed the cache and re-indexed after adding






                                                share|improve this answer



























                                                  1














                                                  I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file



                                                  <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">

                                                  Header always set Access-Control-Allow-Origin "*"
                                                  Header always set Access-Control-Allow-Methods "GET"
                                                  Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"

                                                  </FilesMatch>


                                                  It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.



                                                  Perhaps this will help. I flushed the cache and re-indexed after adding






                                                  share|improve this answer

























                                                    1












                                                    1








                                                    1







                                                    I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file



                                                    <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">

                                                    Header always set Access-Control-Allow-Origin "*"
                                                    Header always set Access-Control-Allow-Methods "GET"
                                                    Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"

                                                    </FilesMatch>


                                                    It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.



                                                    Perhaps this will help. I flushed the cache and re-indexed after adding






                                                    share|improve this answer













                                                    I encounted this issue when using a CDN network, I added the following to allow cross origin sharing within the html/.htaccess file



                                                    <FilesMatch ".(ttf|ttc|otf|eot|woff|woff2|font.css|css|json)$">

                                                    Header always set Access-Control-Allow-Origin "*"
                                                    Header always set Access-Control-Allow-Methods "GET"
                                                    Header always set Access-Control-Allow-Headers "X-Accept-Charset,X- Accept,Content-Type"

                                                    </FilesMatch>


                                                    It seemed to be an issue with the default Magento htaccess fle not allowing certain font types which caused the issue. I tried the solutions above with no success but this worked for me.



                                                    Perhaps this will help. I flushed the cache and re-indexed after adding







                                                    share|improve this answer












                                                    share|improve this answer



                                                    share|improve this answer










                                                    answered Oct 6 '17 at 9:11









                                                    stephenrwcstephenrwc

                                                    213




                                                    213





















                                                        1














                                                        Open app/etc/di.xml




                                                        MagentoFrameworkAppViewAssetMaterializationStrategySymlink




                                                        and replace it with




                                                        MagentoFrameworkAppViewAssetMaterializationStrategyCopy




                                                        then Remove entire files and folder under pub/static except .htaccess



                                                        and it will show up






                                                        share|improve this answer



























                                                          1














                                                          Open app/etc/di.xml




                                                          MagentoFrameworkAppViewAssetMaterializationStrategySymlink




                                                          and replace it with




                                                          MagentoFrameworkAppViewAssetMaterializationStrategyCopy




                                                          then Remove entire files and folder under pub/static except .htaccess



                                                          and it will show up






                                                          share|improve this answer

























                                                            1












                                                            1








                                                            1







                                                            Open app/etc/di.xml




                                                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink




                                                            and replace it with




                                                            MagentoFrameworkAppViewAssetMaterializationStrategyCopy




                                                            then Remove entire files and folder under pub/static except .htaccess



                                                            and it will show up






                                                            share|improve this answer













                                                            Open app/etc/di.xml




                                                            MagentoFrameworkAppViewAssetMaterializationStrategySymlink




                                                            and replace it with




                                                            MagentoFrameworkAppViewAssetMaterializationStrategyCopy




                                                            then Remove entire files and folder under pub/static except .htaccess



                                                            and it will show up







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Apr 16 '18 at 9:54









                                                            abir hmidaabir hmida

                                                            113




                                                            113





















                                                                0














                                                                To show backend and frontend css, font and icon, follow these 2 steps:



                                                                1.Run the deploy or forcefully deploy command:



                                                                php bin/magento setup:static-content:deploy


                                                                OR



                                                                php bin/magento setup:static-content:deploy -f


                                                                1. Make sure that .htaccess file exists in var & pub/static folders after deploy, if not exists then copy and paste from the Magento original setup.





                                                                share|improve this answer



























                                                                  0














                                                                  To show backend and frontend css, font and icon, follow these 2 steps:



                                                                  1.Run the deploy or forcefully deploy command:



                                                                  php bin/magento setup:static-content:deploy


                                                                  OR



                                                                  php bin/magento setup:static-content:deploy -f


                                                                  1. Make sure that .htaccess file exists in var & pub/static folders after deploy, if not exists then copy and paste from the Magento original setup.





                                                                  share|improve this answer

























                                                                    0












                                                                    0








                                                                    0







                                                                    To show backend and frontend css, font and icon, follow these 2 steps:



                                                                    1.Run the deploy or forcefully deploy command:



                                                                    php bin/magento setup:static-content:deploy


                                                                    OR



                                                                    php bin/magento setup:static-content:deploy -f


                                                                    1. Make sure that .htaccess file exists in var & pub/static folders after deploy, if not exists then copy and paste from the Magento original setup.





                                                                    share|improve this answer













                                                                    To show backend and frontend css, font and icon, follow these 2 steps:



                                                                    1.Run the deploy or forcefully deploy command:



                                                                    php bin/magento setup:static-content:deploy


                                                                    OR



                                                                    php bin/magento setup:static-content:deploy -f


                                                                    1. Make sure that .htaccess file exists in var & pub/static folders after deploy, if not exists then copy and paste from the Magento original setup.






                                                                    share|improve this answer












                                                                    share|improve this answer



                                                                    share|improve this answer










                                                                    answered Sep 1 '18 at 17:01









                                                                    Jagdish RamJagdish Ram

                                                                    1668




                                                                    1668





















                                                                        0














                                                                        You were right. It has successfully corrected errors. thank you very much





                                                                        share








                                                                        New contributor




                                                                        Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                        Check out our Code of Conduct.
























                                                                          0














                                                                          You were right. It has successfully corrected errors. thank you very much





                                                                          share








                                                                          New contributor




                                                                          Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                          Check out our Code of Conduct.






















                                                                            0












                                                                            0








                                                                            0







                                                                            You were right. It has successfully corrected errors. thank you very much





                                                                            share








                                                                            New contributor




                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.










                                                                            You were right. It has successfully corrected errors. thank you very much






                                                                            share








                                                                            New contributor




                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.








                                                                            share


                                                                            share






                                                                            New contributor




                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.









                                                                            answered 8 mins ago









                                                                            Nghĩa LêNghĩa Lê

                                                                            1




                                                                            1




                                                                            New contributor




                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.





                                                                            New contributor





                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.






                                                                            Nghĩa Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                            Check out our Code of Conduct.



























                                                                                draft saved

                                                                                draft discarded
















































                                                                                Thanks for contributing an answer to Magento Stack Exchange!


                                                                                • 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%2fmagento.stackexchange.com%2fquestions%2f113945%2fadmin-backend-icon-fonts-missing%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

                                                                                Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                                                                                Fil:Tokke komm.svg

                                                                                Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?