From 7e86971cf714f3c00a1c91a397816663987f69fc Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 1 Mar 2022 11:11:15 +0100 Subject: Remove external resources --- themes/blog.jaseg.de/static/css/webfonts.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/blog.jaseg.de/static/css/webfonts.css (limited to 'themes/blog.jaseg.de/static/css/webfonts.css') diff --git a/themes/blog.jaseg.de/static/css/webfonts.css b/themes/blog.jaseg.de/static/css/webfonts.css new file mode 100644 index 0000000..e94d5e2 --- /dev/null +++ b/themes/blog.jaseg.de/static/css/webfonts.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Baloo'; + font-style: normal; + font-weight: 400; + src: url(/fonts/baloo.ttf) format('truetype'); +} +@font-face { + font-family: 'Source Serif Pro'; + font-style: normal; + font-weight: 400; + src: url(/fonts/source-serif-pro.ttf) format('truetype'); +} +@font-face { + font-family: 'Ubuntu Mono'; + font-style: normal; + font-weight: 400; + src: url(/fonts/ubuntu-mono.ttf) format('truetype'); +} -- cgit