Noto Sans Mono Bold not available from /etc/fonts/local.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fonts-noto (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I tried to change my monospace font to "Noto Sans Mono Bold" in /etc/fonts/
$ sudo fc-cache -f -v && sudo dpkg-reconfigure fontconfig fontconfig-config
Which succeeded, then:
$ fc-list :style=bold | grep -i notosansmono
>/usr/share/
So then:
$fc-query /usr/share/
which seemed to return a normal looking result similar to:
$fc-query /usr/share/
Then I ran:
$ fc-match -s "monospace" | grep -i bold
>DejaVuSansMono
>MathJax_
>padmaa-
>DejaVuSans-
Which obviously isn't right since it isn't in that list. Also:
$fc-match -s "NotoSansMono" | grep -i notosansmono
>NotoSansMono-
My system is up to date and here is my version:
$lsb_release -a
lsb_release:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
$uname -a
>Linux 9343 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux