All Answers

All Answers » Re: Application Styling » Comments for "Re: Application Styling"
  • edmond girardi
    Where do we place the .ttf font file on the server ?
  • Alaa (ITG)
    You can install the font as you would do on a regular Windows machine.
  • edmond girardi
    Got it. Now, I am looking at the Navigation Bar control and cant figure out how to change the font for the title. I changed all the default fonts to “Poppins: google font – but upon inspection with dev tools in chrome – the Nav Bar title is still “Veranda” ??
  • edmond girardi
    Adding the Font to my windows server font folder works only when viewing the pages on that server. From a client machine it does not use the new font. Any more specific instructions ?
  • Frank (ITG)
    Hi Edmond, the label (title) of the NavigationBar uses the defaultBold font. Did you change that font, too? Regards, Frank
  • edmond girardi
    Looking at the generated data from the WiseJ Themebuilder: Is it already embedding the font into the theme file ? “fonts”: { “default”: { “size”: 13, “family”: [“Poppins”], “italic”: false, “sources”: [{ “family”: “Poppins”, “source”: [ [Stripped comment, Frank]
  • edmond girardi
    Yeah i changed all the fonts to “Poppins” – now i just noticed when i run it in debugger on my dev machine it does change the Nav Bar title font – but in the designer it does not, so it was making me think it was another font.