@mos_8502 Personally, I'd use only Ubuntu Mono or similar but neurotypicals will go apeshit on #monospaced fonts so I think #OpenDyslexic and other #accessibility-optimized fonts would be great...
Also one would likely need a font with all the #unicode characters in cuz otherwise CJKTI* - languaged people will rage about this decision when there's no legitimate reason for it.
https://en.wikipedia.org/wiki/CJK_characters
And lastly if one adds in @libreoffice one has a pretty substantial collection of fonts.
#unicode #Accessibility #openDyslexic #monospaced
Compiling my custom Iosevka font
@agatha EXACTLY!
Also there are nice-looking #monospaced fonts, like #UbuntuMono or #Consolas...
#consolas #UbuntuMono #monospaced
@agatha call me weird but I prefer #monospaced fonts as they make it easier for me to read text.
@necrosis @_rya_ @radikales_gemuese das ist ein absurdes argument, weil * wie : ein Zeichen ist und #Screenreader als auch meine Geräte grundsätzlich #monospaced Text ausspucken...
Vorlesefunktionen behandeln beide gleich...
@kingu @ubuntu's #UbuntuMono...
Cuz I'm a #nerd and I want #monospaced fonts EVERYWHERE!!!
Fraktion Mono Typeface https://www.behance.net/gallery/101344263/Fraktion-Mono-Typeface #monospaced #fonts
Chris Simpkins has a project called CodeFace that has a number of very good looking monospaced fonts for coding
#fonts #monospaced #programming
As a coder and also a typography enthusiast, I am tempted to use this font in my IDE and terminals. 🤪
#monospaced #ComicMono #typography
Input Mono and Berkeley Mono are duking it out for best mono.
(Worst mono is what I had in 2006 and I just slept for days.)
@chjara personally, I wish #Unicode would also offer a #reference font(s) under SIL #OFL.
I.e. #UncodeSans (and even #UnicodeMono) to provide a basic font that is accessible from Day 1.
I.e. making a #fork of #WorkSans and doing a #monospaced version as well...
#monospaced #worksans #fork #unicodemono #uncodesans #OFL #reference #unicode
https://www.codingfont.com/ puts up a bunch of #monospaced #fonts for direct comparison. Vote for the one you like the most, rinse and repeat and get the winning font.
I kept my bias and the result is, I'm using the designated font already. ;)
What's your favorite #monospaced #font?
Personally, I'd probably go with Hack.
I love Typography (ILT)
https://ilovetypography.com/2022/10/04/comic-code-fonts-for-devs/
Wenn comic sans das Terminal/Shell erobert. »Life is full of surprises. For example, #ComicCode, designed by award-winning type designer Toshi Omagari, is one of our recent best-sellers, and our all-time best-selling coding font family!«
#Shaarli💫 #fonts #license #typography 📱 #monospaced
https://ripf.de/m/ar64x6y
#monospaced #typography #license #fonts #shaarli #ComicCode
@gnome
Speaking of #fonts it would be fantastic to show and search installed font by categories: #serif, #sansserif , #script, #monospaced, #calligraphic and so on, the way sites like 1001fonts.com do
#calligraphic #monospaced #script #sansserif #serif #fonts
A pamphlet against proportional spacing from the ever interesting #TemporaryState !
http://letters.temporarystate.net/entry/3/
#typography #monospaced
#temporarystate #typography #monospaced
#bash #oneliner to install #monospaced #coding #font Adobe Source Code Pro on #Debian / #Ubuntu
FONT_PATH=~/.local/share/fonts/adobe-fonts/source-code-pro && mkdir -p "$FONT_PATH" && git clone --branch release --depth 1 'https://github.com/adobe-fonts/source-code-pro.git' "$FONT_PATH" && fc-cache -f -v "$FONT_PATH"
#bash #oneliner #monospaced #coding #font #debian #ubuntu