Hi there,
Our company uses a custom font. I'd like to know if it's possible to use it applicaiton wide. Don't see that in the theme editor.
Any idea?
Thanks!
Hi there,
Our company uses a custom font. I'd like to know if it's possible to use it applicaiton wide. Don't see that in the theme editor.
Any idea?
Thanks!
Hello,
you can set it inside System Configuration -> Global Parameters -> Style? (not sure how it's called in EN version - Icon of paint mixing palette).
There you can set Global CSS Styles - for example:
html * {
font-family: monospace !important;
}