Police problem

1 year 7 months ago - 1 year 7 months ago #330484 by sereniteam
Police problem was created by sereniteam
I ve switched from Yootheme Square to Yootheme Pro due to the evolution of PHP. As you can imagine I was facing a lot of trouble but step by step everything is coming in order. 
When assisting a user via ZOOM I realized that the font police of its cb_component ( when registered) was different on its computer from the one I've got on my computer. It looks like as the main font family police wasn't recognized from CB/ I think that my computer get it and let it work properly but is there something to ajust and where ? 

[REMOVED]

Then you should probably see the difference ? 

Thank for your support 

SereniTeam

Please Log in to join the conversation.

1 year 7 months ago #330486 by krileon
Replied by krileon on topic Police problem
Please do not post login credentials here. These forums are completely public. Please change the password of that account immediately. We do not review installs on request either.

I've no idea what you're asking regarding the font. You mean the font looks different on their computer compared to yours? We use the following font set by Bootstrap.
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

It's set on the CSS selector cb_template so you can override it to whatever you like. Looks like you're already doing that in your CB template CSS overrides with the below (note your cb_template against the body element selector is not necessary).
.cb_template body,
.cb_template {
    font-family: nunito;
}

I can't help you in regards to any font styles your Joomla template applies. If you want CB to not set this at all you can use the below.
.cb_template {
    font-family: unset;
}


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.209 seconds