Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGo <monkeywzr@gmail.com>2021-07-05 12:18:53 +0300
committerGitHub <noreply@github.com>2021-07-05 12:18:53 +0300
commit20632eb121f8e5a9619bf421fc8db94e3b95a50b (patch)
tree5c6c46f534eb9cff3580d275aaba4bfbec6cd2de
parentb6308d6b3f4b4ac321f30934525f4e815ee67f07 (diff)
Delete _fonts.styl
-rw-r--r--static/_styl/_fonts.styl15
1 files changed, 0 insertions, 15 deletions
diff --git a/static/_styl/_fonts.styl b/static/_styl/_fonts.styl
deleted file mode 100644
index 3f3f384..0000000
--- a/static/_styl/_fonts.styl
+++ /dev/null
@@ -1,15 +0,0 @@
-@font-face
- font-style: normal
- font-family: "Meslo LG"
- src: local("Meslo LG S"), url("../lib/meslo-LG/MesloLGS-Regular.ttf") format("truetype")
-
-@font-face
- font-style: normal
- font-family: "JetBrains Mono"
- font-display: swap;
- font-weight: 400;
- src: local("JetBrains Mono"), local("JetBrains-Mono"),
- url("/lib/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2") format("woff2"),
- url("/lib/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff") format("woff"),
- url("/lib/JetBrainsMono/web/eot/JetBrainsMono-Regular.eot") format("embedded-opentype"),
- url("/lib/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf") format("truetype");