Search found 4 matches

by thesepix
Thu Jun 29, 2023 9:49 am
Forum: MediaMonkey 5 developer forum
Topic: changing skin font
Replies: 10
Views: 6438

Re: changing skin font

Ludek wrote: Mon May 29, 2023 2:34 pm Define it also in the skin_base_add.less as font-family for the body element like:

Code: Select all

body {
    font-family: Segoe UI;
}
Aha! The body element was missing! Thank you for your help, that seemed to worked :)
by thesepix
Thu May 11, 2023 2:47 pm
Forum: MediaMonkey 5 developer forum
Topic: changing skin font
Replies: 10
Views: 6438

Re: changing skin font

You can add somehting like this: @font-face { font-family: Roboto; src: url("/skin/fonts/Roboto-Regular.ttf"); } @font-face { font-family: Roboto; src: url("/skin/fonts/Roboto-Medium.ttf"); font-weight: 500; } @font-face { font-family: Roboto; src: url("/skin/fonts/Roboto-B...
by thesepix
Thu Apr 20, 2023 9:08 am
Forum: MediaMonkey 5 developer forum
Topic: changing skin font
Replies: 10
Views: 6438

Changing font in a skin

Hi, i am trying to switch from MM4 to MM5. I have bee using the skin "G-Monkey_PS" for decades and am very used to it, besides, it has great readability. The most similar skin i found is "Codemonkey" which looks great but has a font that is difficult to read. What do i need to do...
by thesepix
Thu Apr 20, 2023 8:48 am
Forum: MediaMonkey 5 developer forum
Topic: changing skin font
Replies: 10
Views: 6438

Re: changing skin font

Have you resolved this? I have the same issue as well.
(Switching from MM4 with the skin G-Monkey_PS to MM5 with the Codemonkey Skin as it is the most similar to G-Monkey besides the font.)