Mobile app version of vmapp.org
Login or Join
Kristi941

: How to add font-face in piwik? I install a piwik in my server. but i need add other font in piwik. I don't use google fonts in my piwik. How to add @font-face in piwik?

@Kristi941

Posted in: #Matomo

I install a piwik in my server. but i need add other font in piwik.

I don't use google fonts in my piwik.

How to add @font -face in piwik?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

2 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

Piwiki's default theme is Morpheus and uses LESS pre-compiled CSS. You will need to edit theme.less and change the @theme -fontFamily-base. If you want to use @font -face then you need to add it to the base.less and theme.less adapting your font-face code for LESS, alternatively, use an plugin if you're not confident with LESS.

10% popularity Vote Up Vote Down


 

@Courtney195

There is an example-plugin which shows how to change the default font in piwik to Arial: github.com/piwik/plugin-ClassicFontTheme
You can write your on plugin which changes the font in the same way.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme