From 7a0b49364fe0d831461653842d30c3eb8df55d18 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 24 Nov 2023 21:15:53 +0100 Subject: [PATCH] Useless files --- static/hack.css | 34 ------------ static/jetbrainsmono.css | 116 --------------------------------------- 2 files changed, 150 deletions(-) delete mode 100644 static/hack.css delete mode 100644 static/jetbrainsmono.css diff --git a/static/hack.css b/static/hack.css deleted file mode 100644 index df17027..0000000 --- a/static/hack.css +++ /dev/null @@ -1,34 +0,0 @@ -/*! - * Hack typeface https://github.com/source-foundry/Hack - * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md - */ -/* FONT PATHS - * -------------------------- */ -@font-face { - font-family: 'Hack'; - src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff'); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: 'Hack'; - src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold.woff?sha=3114f1256') format('woff'); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: 'Hack'; - src: url('fonts/hack-italic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic.woff?sha=3114f1256') format('woff'); - font-weight: 400; - font-style: italic; -} - -@font-face { - font-family: 'Hack'; - src: url('fonts/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic.woff?sha=3114f1256') format('woff'); - font-weight: 700; - font-style: italic; -} - diff --git a/static/jetbrainsmono.css b/static/jetbrainsmono.css deleted file mode 100644 index e3d3dd1..0000000 --- a/static/jetbrainsmono.css +++ /dev/null @@ -1,116 +0,0 @@ -/* 0. extract fonts into `JetBrainsMono` folder */ -/* 1. check fonts `urls` with your directory structure */ - -/* normal fonts */ - -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 100; - src: url("/fonts/JetBrainsMono-Thin.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 200; - src: url("/fonts/JetBrainsMono-ExtraLight.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 300; - src: url("/fonts/JetBrainsMono-Light.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 400; - src: url("/fonts/JetBrainsMono-Regular.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 500; - src: url("/fonts/JetBrainsMono-Medium.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 600; - src: url("/fonts/JetBrainsMono-SemiBold.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 700; - src: url("/fonts/JetBrainsMono-Bold.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: normal; - font-weight: 800; - src: url("/fonts/JetBrainsMono-ExtraBold.woff2") - format("woff2"); -} - -/* italic fonts */ - -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 100; - src: url("/fonts/JetBrainsMono-ThinItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 200; - format("truetype"); - src: url("/fonts/JetBrainsMono-ExtraLightItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 300; - src: url("/fonts/JetBrainsMono-LightItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 400; - src: url("/fonts/JetBrainsMono-Italic.woff2") format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 500; - src: url("/fonts/JetBrainsMono-MediumItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 600; - format("truetype"); - src: url("/fonts/JetBrainsMono-SemiBoldItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 700; - src: url("/fonts/JetBrainsMono-BoldItalic.woff2") - format("woff2"); -} -@font-face { - font-family: JetBrainsMono; - font-style: italic; - font-weight: 800; - format("truetype"); - src: url("/fonts/JetBrainsMono-ExtraBoldItalic.woff2") - format("woff2"); -}