* on VM:
1. open Apache configuration file (e.g. `/etc/httpd/conf/httpd.conf`) for editing
2. if not there already add these settings to it and save changes:
```
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-opentype .otf
AddType image/svg+xml .svg
AddType application/x-font-ttf .ttf
AddType application/font-woff .woff
```
3. restart Apache by typing `service httpd restart`
* online:
# find sample font files with `.eot`, `.otf`, `.svg`, `.ttf` and `.woff` file extensions
# download them in `/themes/advanced` folder
* on VM:
# for each font file type `curl -I http://www.website.tld/path/to/in-portal/themes/advanced/font_file_here` command (replace url with yours)
# confirm, that `Expires: ...` text is present in command output