Skip to content

Commit

Permalink
Update the font cache buster parameter (#20971)
Browse files Browse the repository at this point in the history
* Update the font cache buster parameter

* Update cachebuster value to be different from 5.x-dev
  • Loading branch information
bx80 authored Jul 6, 2023
1 parent 0999a70 commit 5515b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/Morpheus/stylesheets/base/icons.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'matomo';
src:
url('plugins/Morpheus/fonts/matomo.woff2?rjeutj') format('woff2'),
url('plugins/Morpheus/fonts/matomo.woff?rjeutj') format('woff'),
url('plugins/Morpheus/fonts/matomo.ttf?rjeutj') format('truetype'),
url('plugins/Morpheus/fonts/matomo.svg?rjeutj#matomo') format('svg');
url('plugins/Morpheus/fonts/matomo.woff2?kb4q1p') format('woff2'),
url('plugins/Morpheus/fonts/matomo.woff?kb4q1p') format('woff'),
url('plugins/Morpheus/fonts/matomo.ttf?kb4q1p') format('truetype'),
url('plugins/Morpheus/fonts/matomo.svg?kb4q1p#matomo') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down

0 comments on commit 5515b77

Please sign in to comment.