summaryrefslogtreecommitdiff
path: root/docs/interface.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interface.css')
-rw-r--r--docs/interface.css59
1 files changed, 0 insertions, 59 deletions
diff --git a/docs/interface.css b/docs/interface.css
deleted file mode 100644
index 19abb61d0..000000000
--- a/docs/interface.css
+++ /dev/null
@@ -1,59 +0,0 @@
-@font-face {
- font-family: 'Interface';
- font-style: normal;
- font-weight: 400;
- src: url("font-files/Interface-Regular.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-Regular.woff?v=1.8") format("woff");
-}
-@font-face {
- font-family: 'Interface';
- font-style: italic;
- font-weight: 400;
- src: url("font-files/Interface-RegularItalic.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-RegularItalic.woff?v=1.8") format("woff");
-}
-
-@font-face {
- font-family: 'Interface';
- font-style: normal;
- font-weight: 500;
- src: url("font-files/Interface-Medium.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-Medium.woff?v=1.8") format("woff");
-}
-@font-face {
- font-family: 'Interface';
- font-style: italic;
- font-weight: 500;
- src: url("font-files/Interface-MediumItalic.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-MediumItalic.woff?v=1.8") format("woff");
-}
-
-@font-face {
- font-family: 'Interface';
- font-style: normal;
- font-weight: 700;
- src: url("font-files/Interface-Bold.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-Bold.woff?v=1.8") format("woff");
-}
-@font-face {
- font-family: 'Interface';
- font-style: italic;
- font-weight: 700;
- src: url("font-files/Interface-BoldItalic.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-BoldItalic.woff?v=1.8") format("woff");
-}
-
-@font-face {
- font-family: 'Interface';
- font-style: normal;
- font-weight: 900;
- src: url("font-files/Interface-Black.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-Black.woff?v=1.8") format("woff");
-}
-@font-face {
- font-family: 'Interface';
- font-style: italic;
- font-weight: 900;
- src: url("font-files/Interface-BlackItalic.woff2?v=1.8") format("woff2"),
- url("font-files/Interface-BlackItalic.woff?v=1.8") format("woff");
-}