How I fix my website(Construction website) font style to Roboto to Popins?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
you need to update the CSS styles in your Odoo theme. Here's how you can do it:
Identify the CSS class or selector that applies the font style to the website elements. This can vary depending on the specific theme and template you are using. Look for classes like body, h1, h2, p, or any other element selectors that define the font style.
Locate the CSS file where the font styles are defined. This can be in your custom theme or in the Odoo default theme. You can use your browser's developer tools to inspect the HTML elements and find the associated CSS file.
Open the CSS file and search for occurrences of font-family: 'Roboto', sans-serif;. Replace 'Roboto' with 'Poppins', sans-serif;.
Save the CSS file with the updated font styles.
If you are using a custom theme, make sure to upload the modified CSS file to your theme's assets folder.
If you are using the Odoo default theme, you can create a custom theme module to override the CSS file. Place the modified CSS file in the static/src/css directory of your custom theme module.
Restart your Odoo server and clear your browser's cache.
Hi
Enable the debug mode. Go to Edit > Theme > Font Family > Add Google font. In that Popup, you can add the URL for the font Poppins then save and reload the font it will apply to the website
Hope this Helps
Regards
Hi,
You can load new fonts in two ways, one by using the google fonts link and the next by downloading it and adding them locally.
https://www.cybrosys.com/blog/how-to-add-new-fonts-to-the-odoo-15-website
Please refer to the above mentioned blog. Even though it says version 15, 16 follows the same steps.
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Feb 25
|
530 | ||
|
2
Feb 25
|
996 | ||
|
2
Jan 25
|
1166 | ||
|
1
Dec 24
|
2104 | ||
|
1
Oct 24
|
869 |