I was just modify fonts to “cursive” family.
However, Hyperlinks saved “monospace”.
P.S.
I’m Japanese Ubuntu user.
I was selected fonts “mikachan” and “Comic Neue”.
I’m suggestion type and run under this:
sudo apt install fonts-mikachan fonts-comic-neue
Notes
It’s first publish.
Maybe, too buggy.
"Qiitadon" is Mastodon instance hosting "Increments Inc.".
This instance Mastodon version is v1.2.2 base maybe.
Source code
/* ==UserStyle==
@name Carefree Reading qiitadon.com Time Lines
@version 20210907.01.48
@namespace userstyles.world/user/manzyun
@description I was just modify fonts to “cursive” family.
However, Hyperlinks saved “monospace”.
# P.S.
I’m Japanese Ubuntu user.
I was selected fonts “mikachan” and “Comic Neue”.
I’m suggestion type and run under this:
```
sudo apt install fonts-mikachan fonts-comic-neue
```
@author manzyun
@license CC Zero
==/UserStyle== */
@-moz-document domain("qiitadon.com") {
article {font-family: "みかちゃん-P", "Comic Neue", cursive}
a, code {font-family: monospace}
}