Replies: 4 comments 3 replies
-
yeah its possible i never made a video about this. The issue being that Fixedsys does not have a free lisence and I actually use a modified version of the font. Also in font config, you will need to add size overridez for both pixel and point values. (and possibly bold and italic options, since they look awful with fixedsys). I am pretty sure i have written down the process needed to modify the font, the modifications are needed to get the font to be truly monospaced, and it will look a lot better, especially in terminals when the modifications are applied. I will dig in my old blogarchive and see if i can find the article I wrote about it and post it if i find it. but below is my
|
Beta Was this translation helpful? Give feedback.
-
I found my old blogpost. I will leave it here for historians, the things I describe in it may or may not work anymore, 5 has passed since I wrote it and my linux beard was only a moustache back then: I'm not sure why, but Fixedsys is one of my all time favorite fonts. I particularly like it as a monospaced terminal and programming font (Fixedsys is the font used on this site to display code and ASCII art). But it hasn't been painless to get the terminal to accept Fixedsys. The problem from the start is that the available version of Fixedsys is a I followed the instructions and managed to get the font in the terminal. but The font wasn't recognized in
Sure, it worked, but the hack became the cause of some strange, undesired behavior. But I couldn't give up, not when I was so close. So I did some experimenting, and I think the issue of Below is a summary of the askubuntu.com article with some added screenshots and the name change. I wanted to save it here, and i guess the same technique can be used to enable other fonts. Before anything else, make sure fontforge is installed. And get this modified version of Fixedsys Open In the dialog asking to load bitmap fonts, select: Open the menu
Select Next open In the same Font Information window, select OS/2. In the Metrics tab, set Win Descent Offset and HHead Descent Offset both to 0 (*). In the Panose tab, change Proportion to Monospaced. In the same Font Information window, select Lookups. In the same Font Information window, click Open the Select Also click Quit FontForge Move the generated file to the Now you should be able to set the font in I would also suggest that you add the following rule to <match target="pattern">
<test qual="any" name="family">
<string>FixedFixedsys</string>
</test>
<test name="weight" compare="more">
<const>medium</const>
</test>
<edit name="weight" mode="assign" binding="same">
<const>medium</const>
</edit>
</match> |
Beta Was this translation helpful? Give feedback.
-
here are some links related to this: https://askubuntu.com/a/210284 , the guied I followed to make it truely monospaced |
Beta Was this translation helpful? Give feedback.
-
made a video of this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to make
Fixedsys
locked at12pt
. I looked it up and what i came up with isWhich doesn't work...
I tried to find a video where you showed it but I cannot find it after 2h of scrubbing videos.
Can you share how you do it? It would be so helpful.
Beta Was this translation helpful? Give feedback.
All reactions