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:
Diffstat (limited to 'static/_styl/_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");