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 draw discrete time diagram in tikz

Why did it take so long to abandon sail after steamships were demonstrated?

What options are left, if Britain cannot decide?

Does someone need to be connected to my network to sniff HTTP requests?

Awsome yet unlucky path traversal

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

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

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

What is a^b and (a&b)<<1?

How to create the Curved texte?

Python if-else code style for reduced code for rounding floats

Is it normal that my co-workers at a fitness company criticize my food choices?

Unexpected result from ArcLength

How to simplify this time periods definition interface?

Gravity magic - How does it work?

Professor being mistaken for a grad student

If curse and magic is two sides of the same coin, why the former is forbidden?

A sequence that has integer values for prime indexes only:

How could a scammer know the apps on my phone / iTunes account?

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

How to read the value of this capacitor?

Are all passive ability checks floors for active ability checks?

Is a party consisting of only a bard, a cleric, and a warlock functional long-term?

Why one should not leave fingerprints on bulbs and plugs?



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|improve this answer








                      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|improve this answer








                                                                        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|improve this answer








                                                                          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|improve this answer








                                                                            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|improve this answer








                                                                            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|improve this answer



                                                                            share|improve this answer






                                                                            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 18 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 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                                                                                Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                                                                                How to solve knockout JS error in Magento 2 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?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2