From ad0efbb57d75c18fc3827c624173d48cf6df3fef Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Tue, 7 Dec 2021 20:43:18 +0100 Subject: [PATCH] relative path --- static/font/font.css | 48 +++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/static/font/font.css b/static/font/font.css index 739fa5e..b14c9f8 100644 --- a/static/font/font.css +++ b/static/font/font.css @@ -1,36 +1,34 @@ @font-face { - font-family: 'Pirelli'; - src: url('Pirelli-Regular.woff2') format('woff2'), - url('Pirelli-Regular.woff') format('woff'); - font-weight: normal; - font-style: normal; - font-display: swap; + font-family: "Pirelli"; + src: url("Pirelli-Regular.woff2") format("woff2"), url("Pirelli-Regular.woff") format("woff"); + font-weight: normal; + font-style: normal; + font-display: swap; } @font-face { - font-family: 'Pirelli'; - src: url('Pirelli-BoldItalic.woff2') format('woff2'), - url('Pirelli-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; - font-display: swap; + font-family: "Pirelli"; + src: url("./pirelli-bolditalic.woff") format("woff2"), + url("./Pirelli-BoldItalic.woff") format("woff"); + font-weight: bold; + font-style: italic; + font-display: swap; } @font-face { - font-family: 'Pirelli'; - src: url('Pirelli-BoldItalic.woff2') format('woff2'), - url('Pirelli-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; - font-display: swap; + font-family: "Pirelli"; + src: url("./Pirelli-BoldItalic.woff2") format("woff2"), + url("./Pirelli-BoldItalic.woff") format("woff"); + font-weight: bold; + font-style: italic; + font-display: swap; } @font-face { - font-family: 'Pirelli'; - src: url('Pirelli-Regular.woff2') format('woff2'), - url('Pirelli-Regular.woff') format('woff'); - font-weight: normal; - font-style: normal; - font-display: swap; + font-family: "Pirelli"; + src: url("./Pirelli-Regular.woff2") format("woff2"), + url("./Pirelli-Regular.woff") format("woff"); + font-weight: normal; + font-style: normal; + font-display: swap; } -