From 8b460a494590acc6249eb351c1c9685ba1d50365 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 9 Apr 2023 18:40:30 +0100 Subject: Make into webp --- themes/ymherklotz/static/css/default.css | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'themes') diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index affffbb..0948003 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -1,37 +1,37 @@ @font-face { - font-family: 'Iosevka YMHG Web'; - font-display: swap; - font-weight: 500; - font-stretch: normal; - font-style: normal; - src: url('/fonts/ttf/iosevka-ymhg-medium.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-medium.woff2') format('woff2'); + font-family: 'Iosevka YMHG Web'; + font-display: swap; + font-weight: 500; + font-stretch: normal; + font-style: normal; + src: url('/fonts/ttf/iosevka-ymhg-medium.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-medium.woff2') format('woff2'); } @font-face { - font-family: 'Iosevka YMHG Web'; - font-display: swap; - font-weight: 500; - font-stretch: normal; - font-style: italic; - src: url('/fonts/ttf/iosevka-ymhg-mediumitalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-mediumitalic.woff2') format('woff2'); + font-family: 'Iosevka YMHG Web'; + font-display: swap; + font-weight: 500; + font-stretch: normal; + font-style: italic; + src: url('/fonts/ttf/iosevka-ymhg-mediumitalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-mediumitalic.woff2') format('woff2'); } @font-face { - font-family: 'Iosevka YMHG Web'; - font-display: swap; - font-weight: 700; - font-stretch: normal; - font-style: normal; - src: url('/fonts/ttf/iosevka-ymhg-bold.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bold.woff2') format('woff2'); + font-family: 'Iosevka YMHG Web'; + font-display: swap; + font-weight: 700; + font-stretch: normal; + font-style: normal; + src: url('/fonts/ttf/iosevka-ymhg-bold.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bold.woff2') format('woff2'); } @font-face { - font-family: 'Iosevka YMHG Web'; - font-display: swap; - font-weight: 700; - font-stretch: normal; - font-style: italic; - src: url('/fonts/ttf/iosevka-ymhg-bolditalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bolditalic.woff2') format('woff2'); + font-family: 'Iosevka YMHG Web'; + font-display: swap; + font-weight: 700; + font-stretch: normal; + font-style: italic; + src: url('/fonts/ttf/iosevka-ymhg-bolditalic.ttf') format('truetype'), url('/fonts/woff2/iosevka-ymhg-bolditalic.woff2') format('woff2'); } /*@font-face { -- cgit