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 above mentioned font families?
Is it taking from the windows OS (system) which are already installed?

Comments: If it takes from the system, then one can install any fonts in
the windows system and ofbiz is supposed to pick up that specific font, if
it is mentioned in the above css code. Am I thinking correctly?

Pls let us know.

regards
Avijit

On Tue, Jun 21, 2022 at 12:09 PM Avijit Bose <bose.avi...@gmail.com> wrote:

> 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 Vijaywargiya <
> ashish.vijaywarg...@hotwaxsystems.com> wrote:
>
>> 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 theme(OFBIZ_HOME/themes/flatgrey/webapp/flatgrey/style.css). Same
>> style.css file is also present in other themes as well.
>>
>> --
>> Kind Regards,
>> Ashish Vijaywargiya
>> Vice President of Operations
>> *HotWax Systems*
>> *Enterprise open source experts*
>> http://www.hotwaxsystems.com
>>
>>
>>
>> On Tue, Jun 21, 2022 at 10:59 AM Avijit Bose <bose.avi...@gmail.com>
>> wrote:
>>
>> > Hi,
>> >
>> > Pls let me know how a different font could be used in ofbiz and where to
>> > put the files.
>> >
>> > regards
>> > Avijit
>> >
>>
>

Reply via email to