diff --git a/themes/quadrant/assets/css/fonts.css b/themes/quadrant/assets/css/fonts.css index 08f18ce..8937c2c 100644 --- a/themes/quadrant/assets/css/fonts.css +++ b/themes/quadrant/assets/css/fonts.css @@ -13,28 +13,28 @@ * -------------------------- */ @font-face { font-family: 'Hack'; - src: url('fonts/hack/hack-regular.woff2') format('woff2'), url('fonts/hack/hack-regular.woff') format('woff'); + src: url('/fonts/hack/hack-regular.woff2') format('woff2'), url('/fonts/hack/hack-regular.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Hack'; - src: url('fonts/hack/hack-bold.woff2') format('woff2'), url('fonts/hack/hack-bold.woff') format('woff'); + src: url('/fonts/hack/hack-bold.woff2') format('woff2'), url('/fonts/hack/hack-bold.woff') format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Hack'; - src: url('fonts/hack/hack-italic.woff2') format('woff2'), url('fonts/hack/hack-italic.woff') format('woff'); + src: url('/fonts/hack/hack-italic.woff2') format('woff2'), url('/fonts/hack/hack-italic.woff') format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'Hack'; - src: url('fonts/hack/hack-bolditalic.woff2') format('woff2'), url('fonts/hack/hack-bolditalic.woff') format('woff'); + src: url('/fonts/hack/hack-bolditalic.woff2') format('woff2'), url('/fonts/hack/hack-bolditalic.woff') format('woff'); font-weight: 700; font-style: italic; }