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;
}
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.

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
add a comment |
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.

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
What was the solution?
– petRUShka
Jun 14 '14 at 8:44
add a comment |
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.

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
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.

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
fonts browser web fontconfig
asked Apr 2 '14 at 1:11
r004r004
1,52152244
1,52152244
What was the solution?
– petRUShka
Jun 14 '14 at 8:44
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
edited 5 hours ago
Rui F Ribeiro
42.1k1484142
42.1k1484142
answered Apr 23 '14 at 16:57
tluxtlux
461
461
add a comment |
add a comment |
Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.
add a comment |
Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.
add a comment |
Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.
Other solution is to remove xorg-fonts-75dpi and xorg-fonts-100dpi packages. See this post for details.
answered Jun 18 '14 at 17:00
petRUShkapetRUShka
3052622
3052622
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
What was the solution?
– petRUShka
Jun 14 '14 at 8:44