Skip to content

Carefree Reading qiitadon.com Time Lines by manzyun

Screenshot of Carefree Reading qiitadon.com Time Lines

Details

Authormanzyun

LicenseCC Zero

CategoryMastodon, Qiitadon, cursive, handwriting

Created

Updated

Size662 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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

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

Reviews

No reviews yet.