From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/usr/local/share/fonts/lirion/web/hack.css | 34 +++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 localfs/usr/local/share/fonts/lirion/web/hack.css (limited to 'localfs/usr/local/share/fonts/lirion/web/hack.css') 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; +} + -- cgit v1.2.3