git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/usr/local/share/fonts/lirion/web/hack.css
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/usr/local/share/fonts/lirion/web/hack.css')
-rw-r--r--localfs/usr/local/share/fonts/lirion/web/hack.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/localfs/usr/local/share/fonts/lirion/web/hack.css b/localfs/usr/local/share/fonts/lirion/web/hack.css
new file mode 100644
index 0000000..c6db352
--- /dev/null
+++ b/localfs/usr/local/share/fonts/lirion/web/hack.css
@@ -0,0 +1,34 @@
+/*!
+ * 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=e700a30') format('woff2'), url('fonts/hack-regular.woff?sha=e700a30') format('woff');
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Hack';
+ src: url('fonts/hack-bold.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bold.woff?sha=e700a30') format('woff');
+ font-weight: 700;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Hack';
+ src: url('fonts/hack-italic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-italic.woff?sha=e700a30') format('woff');
+ font-weight: 400;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Hack';
+ src: url('fonts/hack-bolditalic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e700a30') format('woff');
+ font-weight: 700;
+ font-style: italic;
+}
+