Re: Fonts in Ofbiz

2022-06-22 Thread Ashish Vijaywargiya
President of Operations *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Wed, Jun 22, 2022 at 7:46 PM Avijit Bose wrote: > This might be helpful to others. > > Ofbiz is taking fonts from "c:\windows\fonts" folder so as all the > browsers. To change

Re: Fonts in Ofbiz

2022-06-22 Thread Avijit Bose
This might be helpful to others. Ofbiz is taking fonts from "c:\windows\fonts" folder so as all the browsers. To change fonts in any ofbiz theme, change your fonts in body, textarea, input, select { font-family: Quicksand, Verdana, Arial, Helvetica, sans-serif; } in the "

Re: Fonts in Ofbiz

2022-06-22 Thread Jacques Le Roux
Hi Avijit, I'm very bad at CSS but Mozilla team is not: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family Jacques Le 22/06/2022 à 06:38, Avijit Bose a écrit : Referring to my previous mail I have found out a piece of css code in the following file...

Re: Fonts in Ofbiz

2022-06-21 Thread Avijit Bose
Referring to my previous mail I have found out a piece of css code in the following file... OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css body, textarea, input, select { font-family: Quicksand, Verdana, Arial, Helvetica, sans-serif; } Question: from where ofbiz is picking up the

Re: Fonts in Ofbiz

2022-06-21 Thread Avijit Bose
Dear Sir, I am making an app in Ofbiz. I need to change the font of the whole app. If I change in (OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css), then where will I put the font .TTF files. Example like: "Roboto-Light.ttf" regards Avijit On Tue, Jun 21, 2022 at 12:02 PM Ashish

Re: Fonts in Ofbiz

2022-06-21 Thread Ashish Vijaywargiya
Hello Avijit, What are you trying to do? Can you please provide additional details? Apache OFBiz is a theme driven project and there are a few themes that are available out of the box(OOTB). Please refer: OFBIZ_HOME/themes folder. Here you can see the style.css file present inside a flatgrey

Fonts in Ofbiz

2022-06-20 Thread Avijit Bose
Hi, Pls let me know how a different font could be used in ofbiz and where to put the files. regards Avijit