Fuzzy Fonts in Vim-Like (Webkit) browsers Announcing the arrival of Valued Associate #679:...

List *all* the tuples!

How to answer "Have you ever been terminated?"

Dating a Former Employee

Extract all GPU name, model and GPU ram

Do I really need recursive chmod to restrict access to a folder?

Identifying polygons that intersect with another layer using QGIS?

Can I cast Passwall to drop an enemy into a 20-foot pit?

How to find out what spells would be useless to a blind NPC spellcaster?

What is Arya's weapon design?

Can an alien society believe that their star system is the universe?

How can I make names more distinctive without making them longer?

Bete Noir -- no dairy

What's the purpose of writing one's academic biography in the third person?

What would be the ideal power source for a cybernetic eye?

Error "illegal generic type for instanceof" when using local classes

What LEGO pieces have "real-world" functionality?

Using et al. for a last / senior author rather than for a first author

What exactly is a "Meth" in Altered Carbon?

Why do we bend a book to keep it straight?

Why did the IBM 650 use bi-quinary?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

How to call a function with default parameter through a pointer to function that is the return of another function?

Storing hydrofluoric acid before the invention of plastics

Can a non-EU citizen traveling with me come with me through the EU passport line?



Fuzzy Fonts in Vim-Like (Webkit) browsers



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionbloated font size rendered in webkit based browsersinfinality fonts and Windows fonts emulationGallery of installed fontsBlurred 75/100 DPI Xorg font packages with Webkit?bloated font size rendered in webkit based browserstop for web browsersHow do I figure out which font file is chosen for a system generic font alias?Command to list all monospace fonts known to fontconfigIs it possible to make Ubuntu Chrome to render fonts exactly like OSX Chrome?No monospace fonts on qtwebengine browsers, chromiumFonts needed for browsers





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







5















I tried several vim-like browsers such as uzbl, vimb and dwb recently.



All they have in common is the Fuzzy fonts rendering in some pages such as stackexchang or github.



enter image description here



I've searched and found out the problem is cause by a bitmap font named Clean. I added this to my ~/.config/fontconfig/fonts.conf but I had no luck.



<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>Clean</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>

</fontconfig>


Is there a way to fix this problem (preferably without sacrificing all of my bitmap fonts).










share|improve this question























  • What was the solution?

    – petRUShka
    Jun 14 '14 at 8:44


















5















I tried several vim-like browsers such as uzbl, vimb and dwb recently.



All they have in common is the Fuzzy fonts rendering in some pages such as stackexchang or github.



enter image description here



I've searched and found out the problem is cause by a bitmap font named Clean. I added this to my ~/.config/fontconfig/fonts.conf but I had no luck.



<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>Clean</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>

</fontconfig>


Is there a way to fix this problem (preferably without sacrificing all of my bitmap fonts).










share|improve this question























  • What was the solution?

    – petRUShka
    Jun 14 '14 at 8:44














5












5








5


2






I tried several vim-like browsers such as uzbl, vimb and dwb recently.



All they have in common is the Fuzzy fonts rendering in some pages such as stackexchang or github.



enter image description here



I've searched and found out the problem is cause by a bitmap font named Clean. I added this to my ~/.config/fontconfig/fonts.conf but I had no luck.



<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>Clean</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>

</fontconfig>


Is there a way to fix this problem (preferably without sacrificing all of my bitmap fonts).










share|improve this question














I tried several vim-like browsers such as uzbl, vimb and dwb recently.



All they have in common is the Fuzzy fonts rendering in some pages such as stackexchang or github.



enter image description here



I've searched and found out the problem is cause by a bitmap font named Clean. I added this to my ~/.config/fontconfig/fonts.conf but I had no luck.



<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>Clean</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>

</fontconfig>


Is there a way to fix this problem (preferably without sacrificing all of my bitmap fonts).







fonts browser web fontconfig






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 2 '14 at 1:11









r004r004

1,52152244




1,52152244













  • What was the solution?

    – petRUShka
    Jun 14 '14 at 8:44



















  • What was the solution?

    – petRUShka
    Jun 14 '14 at 8:44

















What was the solution?

– petRUShka
Jun 14 '14 at 8:44





What was the solution?

– petRUShka
Jun 14 '14 at 8:44










2 Answers
2






active

oldest

votes


















3














Hi, I had the same issue and I basically installed the following fonts:



ttf-dejavu ttf-droid ttf-droid-monovar ttf-inconsolata ttf-freefont.


I don't know which distribution you are using but on Archlinux they are all available in the official package repository. You may want to try to install each of them one by one






share|improve this answer

































    0














    Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.






    share|improve this answer
























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "106"
      };
      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%2funix.stackexchange.com%2fquestions%2f122669%2ffuzzy-fonts-in-vim-like-webkit-browsers%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      Hi, I had the same issue and I basically installed the following fonts:



      ttf-dejavu ttf-droid ttf-droid-monovar ttf-inconsolata ttf-freefont.


      I don't know which distribution you are using but on Archlinux they are all available in the official package repository. You may want to try to install each of them one by one






      share|improve this answer






























        3














        Hi, I had the same issue and I basically installed the following fonts:



        ttf-dejavu ttf-droid ttf-droid-monovar ttf-inconsolata ttf-freefont.


        I don't know which distribution you are using but on Archlinux they are all available in the official package repository. You may want to try to install each of them one by one






        share|improve this answer




























          3












          3








          3







          Hi, I had the same issue and I basically installed the following fonts:



          ttf-dejavu ttf-droid ttf-droid-monovar ttf-inconsolata ttf-freefont.


          I don't know which distribution you are using but on Archlinux they are all available in the official package repository. You may want to try to install each of them one by one






          share|improve this answer















          Hi, I had the same issue and I basically installed the following fonts:



          ttf-dejavu ttf-droid ttf-droid-monovar ttf-inconsolata ttf-freefont.


          I don't know which distribution you are using but on Archlinux they are all available in the official package repository. You may want to try to install each of them one by one







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 5 hours ago









          Rui F Ribeiro

          42.1k1484142




          42.1k1484142










          answered Apr 23 '14 at 16:57









          tluxtlux

          461




          461

























              0














              Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.






              share|improve this answer




























                0














                Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.






                share|improve this answer


























                  0












                  0








                  0







                  Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.






                  share|improve this answer













                  Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jun 18 '14 at 17:00









                  petRUShkapetRUShka

                  3052622




                  3052622






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Unix & Linux 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%2funix.stackexchange.com%2fquestions%2f122669%2ffuzzy-fonts-in-vim-like-webkit-browsers%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

                      Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                      The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                      Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...