Read the statement by Michael Teeuw here.
Using Two Fonts with Compliments
-
@hango said in Using Two Fonts with Compliments:
compliments_plus
Didn’t know about your module! Not sure how I would implement these fonts since I have them saved locally under the fonts folder. Do you have some examples of how it should look with local fonts? Or is that even an option?
-
This post is deleted! -
@hango is it possible to use an external JSON file as the default compliments does?
-
This post is deleted! -
@hango works perfectly! many thanks for your help
-
@MrDondoT If you are not changing modules frequently then you can do it with custom.css and using module id and sub classes.
Below is example for calendar, same is possible with other modules.#module_4_calendar .module-header { color: orange !important; } #module_4_calendar .title.bright { color: orange !important; }
-
@hango
Thank you! I got it working and will post some pictures later. I just wanted to add that in your documentation you have in order to disable the default compliments to add ‘disable: true’ in the config but it should be ‘disabled: true’.
{
module: “compliments”,
position: “lower_third”,
disabled: true
}Also, I had to remove the spaces from the html tag example you provided me.
“ Star Wars quote ”,
Not sure if this was caused by my setup but that’s how I got it to work for my mirror. Again just wanted to say Thank you as I have my mirror ready in time for a xmas present!
-
This post is deleted!