How can I change the default fonts?

Moderators: 666philb, Forum moderators

Post Reply
joet12345
Posts: 305
Joined: Sun Apr 04, 2021 12:00 am
Has thanked: 15 times
Been thanked: 6 times

How can I change the default fonts?

Post by joet12345 »

I've been looking for a setting to do it and I cannot find one:

Attachments
Sans.jpg
Sans.jpg (158.59 KiB) Viewed 1748 times
User avatar
amethyst
Posts: 2470
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 57 times
Been thanked: 520 times

Re: How can I change the default fonts?

Post by amethyst »

I still use old Puppys and not the newest but this is how I understand it works:
1. JWM themes - These are pre-set themes which dictates how things (colours, type of font, size of fonts) of the taskbar and menus looks like. You can also create your own theme to set your own colours, fonts, etc. for these items.
2. GTK themes - This dictates the appearance INSIDE JWM windows (which font, size, colours etc.)
3. Global font size - this changes the global, default, system font size (dot per inch for the screen).

User avatar
bigpup
Moderator
Posts: 7583
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 1035 times
Been thanked: 1690 times

Re: How can I change the default fonts?

Post by bigpup »

The desktop fonts you can changed using the options in Rox-filler.
Right click on the name of one of the desktop icons.
right click menu Select Rox-filler->Options->Pinboard->select Use custom font
Click on the font name selection input slot to get font options.

The color of desktop fonts is also under the Pinboard.
Forground is the font color.
.

Screenshot.jpg
Screenshot.jpg (31.06 KiB) Viewed 1730 times

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

williwaw
Posts: 2172
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 201 times
Been thanked: 418 times

Re: How can I change the default fonts?

Post by williwaw »

how to change fonts in terminal (nox)?

User avatar
BologneChe
Posts: 510
Joined: Sun Aug 23, 2020 12:29 am
Location: Stoneham, Québec
Has thanked: 320 times
Been thanked: 140 times

Re: How can I change the default fonts?

Post by BologneChe »

williwaw wrote: Sat Jun 19, 2021 7:32 pm

how to change fonts in terminal (nox)?

For Bionicpup64

Attachments
Capture.jpg
Capture.jpg (154.9 KiB) Viewed 1687 times

Born to lose; live to win

bob93
Posts: 54
Joined: Fri Nov 25, 2022 8:29 am
Location: Fossapup64 9.5
Has thanked: 22 times
Been thanked: 1 time

Re: How can I change the default fonts?

Post by bob93 »

How do I change the window title font to be BOLD? in the theme file at /root/.jwm/themes, I tried changing <Font>Sans-11</Font> into <Font>Sans Bold-11</Font> but it doesn`t work

Fossapup64 9.5

User avatar
mikewalsh
Moderator
Posts: 6579
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 1038 times
Been thanked: 2213 times

Re: How can I change the default fonts?

Post by mikewalsh »

@bob93 :-

Try changing it from

Code: Select all

<Font>Sans Bold-11</Font>

.....to read:-

Code: Select all

<Font>Sans-11:bold</Font>

The XML layout is <Font>Fontname(dash)size(colon)bold[optional](colon)italic[optional]</Font>.

Fontname is always followed by "-size". Separators are always colons in jwmrc-theme, and parameters (bold or italic) always start with a small letter. Hope that clarifies things somewhat; it CAN get a bit confusing...

Mike. ;)

User avatar
gychang
Posts: 653
Joined: Fri Aug 28, 2020 4:51 pm
Location: San Diego, CA
Has thanked: 235 times
Been thanked: 73 times

Re: How can I change the default fonts?

Post by gychang »

williwaw wrote: Sat Jun 19, 2021 7:32 pm

how to change fonts in terminal (nox)?

For FP64, launch geany ~/.Xdefaults, then look for the line similar and edit: urxvt.font: xft:Ubuntu Mono:style=Regular:pixelsize=18:antialias=true:hinting=true
restart by xrdb ~/.Xdefaults on terminal and reopen urxvt or reboot.

======

Puppy Bytes, utube videos
https://www.youtube.com/channel/UCg-DUU ... u62_iqR-MA

======

bob93
Posts: 54
Joined: Fri Nov 25, 2022 8:29 am
Location: Fossapup64 9.5
Has thanked: 22 times
Been thanked: 1 time

Re: How can I change the default fonts?

Post by bob93 »

mikewalsh wrote: Fri Nov 25, 2022 6:28 pm

@bob93 :-

Code: Select all

<Font>Sans-11:bold</Font>

The XML layout is <Font>Fontname(dash)size(colon)bold[optional](colon)italic[optional]</Font>.

Fontname is always followed by "-size". Separators are always colons in jwmrc-theme, and parameters (bold or italic) always start with a small letter. Hope that clarifies things somewhat; it CAN get a bit confusing...

Mike. ;)

What if the font name has two or more words in it? e.g. Lucida Grande
I tried this

Code: Select all

<Font>Lucida Grande-11:bold</Font>

is that syntax correct?

Fossapup64 9.5

Post Reply

Return to “Fossapup64”