Skip to content

Commit

Permalink
fix(font): set relative src url
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 28, 2024
1 parent 8bc8d43 commit 365ded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/custom/plugins/icons/_google-material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
font-display: block;
font-style: normal;
src: local('Material Icons'), local('MaterialIcons-Outlined'),
url('/docs/fonts/material-symbols-outlined.woff2') format('woff2'), /* Super Modern Browsers */
url('../../../docs/fonts/material-symbols-outlined.woff2') format('woff2'), /* Super Modern Browsers */
// url('../docs/fonts/material-symbols-outlined.woff') format('woff'); /* Modern Browsers */
}

0 comments on commit 365ded1

Please sign in to comment.