By Roman Lipatov on Tuesday, 14 June 2022
Posted in General
Replies 4
Likes 0
Views 465
Votes 0
Hello!
My site uses Roboto font for all cases.
When I enabled EasyDiscuss Latest Posts Module - the page loads extra fonts even if they are not used on page: system-ui, apple-system, Segoe UI..... etc.
I want to disable loading of those fonts and make css override with those changes.
So, which file I should to edit and how to override it.
Thanks.
Same question about
/modules/mod_stackideas_toolbar/assets/css/toolbar.min.css

How to override it? I mean whole file, not custom.css
Thanks.
·
Tuesday, 14 June 2022 03:26
·
0 Likes
·
0 Votes
·
0 Comments
·
My site uses Roboto font for all cases.
When I enabled EasyDiscuss Latest Posts Module - the page loads extra fonts even if they are not used on page: system-ui, apple-system, Segoe UI..... etc.
I want to disable loading of those fonts and make css override with those changes.
So, which file I should to edit and how to override it.

Perhaps you can share with us which page URL overrides your site's default font?

Same question about
/modules/mod_stackideas_toolbar/assets/css/toolbar.min.css

How to override it? I mean whole file, not custom.css

Unfortunately, it is not possible to override this toolbar module stylesheet CSS file.

Do you mean that you would like to load all the toolbar and Easydiscuss latest post module font to Roboto?

By the way, it looks like your EasyDiscuss subscription has expired and in order for you to continue requesting for support, we would appreciate it if you continue to subscription.
·
Tuesday, 14 June 2022 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean that you would like to load all the toolbar and Easydiscuss latest post module font to Roboto?


Yes. I need my site to use only 1 font across the entire site (Roboto), including any modules and the EasyDiscuss area. No additional fonts in site at all.

By the way, it looks like your EasyDiscuss subscription has expired and in order for you to continue requesting for support, we would appreciate it if you continue to subscription.

I'll do it at weekend.

Thanks.
·
Tuesday, 14 June 2022 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
From what I check, so far only the toolbar font doesn't show Roboto font, so I've helped you apply the following CSS from your site backend > Easydiscuss > setting > custom Css, but I noticed that you have activated the Cloudflare server cache, can you purge the cache from your Cloudflare cache and recheck again?


body #fd .fd-toolbar {
font-family: "Roboto",sans-serif !important;
}

body #fd .o-dropdown {
font-family: "Roboto",sans-serif !important;
}


Currently, I have disabled the following compression cache and site cache from your site backend:

1. Joomla global configuration cache (Conservative cache)
2. System - page cache plugin
3. System - JCH Optimize + cache plugin

All these configuration settings need to reactivate once you purge the cache from Cloudflare server, then ensure that it loads the latest CSS code from this file https://directory.audio/templates/g5_helium/html/com_easydiscuss/css/custom.css on the browser.

By the way, you can update us once you purge the cache from the Cloudflare server, we will continue to check again.
·
Wednesday, 15 June 2022 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post