From: Matthias Schmidt Date: Sun, 27 Dec 2020 16:06:31 +0000 (+0100) Subject: Add assets and fonts X-Git-Tag: 5.6.final~328^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c3e71d07cea6abd87b53fef51850e1c36c2b6d59;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add assets and fonts --- diff --git a/docs/assets/logo.png b/docs/assets/logo.png new file mode 100644 index 00000000..aa6ec1ad 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 index 00000000..338c5017 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -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 index 00000000..ef8c8836 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 index 00000000..2741d4f0 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 index 00000000..1a537015 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 index 00000000..32b25eee 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 index 00000000..721ca2e9 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 index 00000000..ed384d22 Binary files /dev/null and b/docs/stylesheets/roboto-mono-400.woff2 differ