Iosevka fits very well with East Asian characters, if you need those.
I find it narrower than I like otherwise, but I need Japanese characters often enough that I put up with it for my terminal.
Iosevka fits very well with East Asian characters, if you need those.
I find it narrower than I like otherwise, but I need Japanese characters often enough that I put up with it for my terminal.
I need local font support far, far more often than I need collaborative editing. Plus, call me old, but I don’t like storing everything on a server in Virginia for Google to read.
Do you have a school computer lab you can use? If the school truly requires MS Office and gives you a copy, they will have no sympathy for not using it.
The link goes to the wrong article. I think OP meant to post https://blog.documentfoundation.org/blog/2024/07/11/libreoffice-24-2-5/ .
P.S. Torrents aren’t available yet are now available.
gImageReader is a graphical front-end to the open-source OCR program Tesseract, so that might be just what you’re looking for. The default settings don’t add the OCR’d text to the PDF but you can do that.
Did LO discontinue distribution via torrent?
Edit: torrents are now up. Does it always take a day?
Gentoo seems great if you want to experiment with patches to major programs or system libraries. That’s what I used it for.
cURL is a very commonly used program to download individual files from the command line and worth installing to have it around in the future.
sudo apt update
sudo apt install curl
The first command tells your package manager to update its list so you ask for the latest version. You can skip it if you’ve already updated today. The second command tells your package manager to install cURL.
This will happen every now and then, especially when building a package from source. You won’t have some common utility that the documentation writer assumed you had, and you will need to find what package provides it and install the package.
From your other responses, this is a system issue not a problem with the website.
Lemmy.world’s code has this font list for sans-serif: system-ui,-apple-system,“Segoe UI”,Roboto,“Helvetica Neue”,“Noto Sans”,“Liberation Sans”,Arial,sans-serif,“Apple Color Emoji”,“Segoe UI Emoji”,“Segoe UI Symbol”,“Noto Color Emoji”
I’d use the dev tools to check which font is being rendered. I’m on Windows so I get Segoe UI, which I find entirely acceptable.
Even UTF-16 used by Windows isn’t fair because it needs twice as much space for hieroglyphs. Won’t someone think of the ancient Egyptians?
Seriously, now that most display systems can handle putting accents on letters instead of needing a code point just for á, a new universal encoding would be nice. Purge it of Unicode’s precomposed letters, duplicated Chinese characters, and duplicated-in-retrospect letters and you could fit another few alphabets into Plane 0.
But convincing tech companies to make webpages bigger seems difficult.
Filler arcs, such a common cause of show death.
Firefox supports a font technology for less common scripts, Graphite, that the for-profit-corporate browsers do not. I use one of those scripts once in a great while. So I’m locked in until OpenType has better support.
Font Awesome is a font that uses codepoints in the “Private Use Area” for icons. (The Private Use Area is a chunk of Unicode specifically set aside for any font to put any image they want in there, instead of expecting a certain codepoint to display as a specific letter.)
To the OP: I don’t know much about this, but if you use a different app, does Arch’s Font Awesome show as the colored or B&W version? You might have to try a wide variety of apps due to competing color font standards.