Add assets and fonts
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 16:06:31 +0000 (17:06 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Dec 2020 16:06:31 +0000 (17:06 +0100)
docs/assets/logo.png [new file with mode: 0644]
docs/stylesheets/extra.css [new file with mode: 0644]
docs/stylesheets/roboto-300.woff2 [new file with mode: 0644]
docs/stylesheets/roboto-400-italic.woff2 [new file with mode: 0644]
docs/stylesheets/roboto-400.woff2 [new file with mode: 0644]
docs/stylesheets/roboto-700.woff2 [new file with mode: 0644]
docs/stylesheets/roboto-mono-400-italic.woff2 [new file with mode: 0644]
docs/stylesheets/roboto-mono-400.woff2 [new file with mode: 0644]

diff --git a/docs/assets/logo.png b/docs/assets/logo.png
new file mode 100644 (file)
index 0000000..aa6ec1a
Binary files /dev/null and b/docs/assets/logo.png differ
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
new file mode 100644 (file)
index 0000000..338c501
--- /dev/null
@@ -0,0 +1,88 @@
+/* Font Family: Roboto
+ * Designed by: Christian Robertson, Paratype, Font Bureau
+ * License: OFL
+ */
+
+ @font-face {
+       /* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
+       font-family: 'Roboto';
+       font-style: normal;
+       font-weight: 400;
+       src: local('Roboto'), local('Roboto-Regular'),  url("roboto-400.woff2") format('woff2');
+}
+
+@font-face {
+       /* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
+       font-family: 'Roboto';
+       font-style: italic;
+       font-weight: 400;
+       src: local('Roboto Italic'), local('Roboto-Italic'),  url("roboto-400-italic.woff2") format('woff2');
+}
+
+@font-face {
+       /* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
+       font-family: 'Roboto';
+       font-style: normal;
+       font-weight: 700;
+       src: local('Roboto Bold'), local('Roboto-Bold'),  url("roboto-700.woff2") format('woff2');
+}
+
+@font-face {
+       /* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
+       font-family: 'Roboto';
+       font-style: normal;
+       font-weight: 300;
+       src: local('Roboto Light'), local('Roboto-Light'),  url("roboto-300.woff2") format('woff2');
+}
+
+/* Font Family: Roboto Mono
+ * Designed by: Christian Robertson
+ * License: APACHE2
+ */
+
+@font-face {
+       /* Copyright: Copyright 2015 The Roboto Mono Project Authors (https://github.com/googlefonts/robotomono) */
+       font-family: 'Roboto Mono';
+       font-style: normal;
+       font-weight: 400;
+       src: local('Roboto Mono Regular'), local('RobotoMono-Regular'),  url("roboto-mono-400.woff2") format('woff2');
+}
+
+@font-face {
+       /* Copyright: Copyright 2015 The Roboto Mono Project Authors (https://github.com/googlefonts/robotomono) */
+       font-family: 'Roboto Mono';
+       font-style: italic;
+       font-weight: 400;
+       src: local('Roboto Mono Italic'), local('RobotoMono-Italic'),  url("roboto-mono-400-italic.woff2") format('woff2');
+}
+
+body, input{
+    font-family:"Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
+}
+
+code, kbd, pre {
+    font-family:"Roboto Mono",SFMono-Regular,Consolas,Menlo,monospace;
+}
+
+.md-announce a, .md-announce a:focus, .md-announce a:hover {
+    color: currentColor;
+}
+
+.md-footer-copyright a:not(:last-child) {
+    margin-right: 10px;
+}
+
+.md-header-nav__button.md-logo img {
+    height: 30px;
+    width: auto;
+    position: relative;
+    top: -2px;
+}
+
+.md-nav__title .md-nav__button.md-logo img {
+    display: none;
+}
+
+.md-header-nav__title {
+    padding-left: 0;
+}
diff --git a/docs/stylesheets/roboto-300.woff2 b/docs/stylesheets/roboto-300.woff2
new file mode 100644 (file)
index 0000000..ef8c883
Binary files /dev/null and b/docs/stylesheets/roboto-300.woff2 differ
diff --git a/docs/stylesheets/roboto-400-italic.woff2 b/docs/stylesheets/roboto-400-italic.woff2
new file mode 100644 (file)
index 0000000..2741d4f
Binary files /dev/null and b/docs/stylesheets/roboto-400-italic.woff2 differ
diff --git a/docs/stylesheets/roboto-400.woff2 b/docs/stylesheets/roboto-400.woff2
new file mode 100644 (file)
index 0000000..1a53701
Binary files /dev/null and b/docs/stylesheets/roboto-400.woff2 differ
diff --git a/docs/stylesheets/roboto-700.woff2 b/docs/stylesheets/roboto-700.woff2
new file mode 100644 (file)
index 0000000..32b25ee
Binary files /dev/null and b/docs/stylesheets/roboto-700.woff2 differ
diff --git a/docs/stylesheets/roboto-mono-400-italic.woff2 b/docs/stylesheets/roboto-mono-400-italic.woff2
new file mode 100644 (file)
index 0000000..721ca2e
Binary files /dev/null and b/docs/stylesheets/roboto-mono-400-italic.woff2 differ
diff --git a/docs/stylesheets/roboto-mono-400.woff2 b/docs/stylesheets/roboto-mono-400.woff2
new file mode 100644 (file)
index 0000000..ed384d2
Binary files /dev/null and b/docs/stylesheets/roboto-mono-400.woff2 differ