Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « fonts « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e34e7a4627e0ddf238d46d089e1088809739a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To change / add / remove icons go to https://icomoon.io/app/ and upload `selection.json`.
This will allow you to customize the font. When using third party icons, don't forget to mention
them in `LEGALNOTICE`.

## WOFF2

WOFF2 is a font format that allows higher compression than WOFF and is already supported by [all major browsers](https://caniuse.com/#feat=woff2).

Unfortunatly icomoon doesn't create WOFF2 files, but as WOFF2 is just a container for ttf fonts, they can be easily converted.

### Steps

- get `woff2_compress`
    - e.g. via the `woff2` debian package or similar packages for other distributions
    - or compile it yourself as explained on https://github.com/google/woff2
- convert all .ttf 
 files
    - `woff2_compress piwik.ttf` (this file shouldn't change anymore)
    - `woff2_compress matomo.ttf`