diff --git a/README.md b/README.md index 6d3ccba..7482bbd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # ErkkiAI™ - Website -Our website is licensed under MIT Licence. License is granted to you by ErkkiAI™ and Warén Group. All assets are under their own licenses. +Our website is licensed under MIT Licence. License is granted to you by ErkkiAI™ and Warén Group. -We reserve our right to keep our branding excluded from this license. You can't use ErkkiAI™ name in any deprivative projects without written permission from [Warén Group](https://waren.io) or [Christer Warén](https://christerwaren.fi). +## Assets +Every asset is licensed with their respective licenses. + +### Fonts + +**Orbitron Bold - MIT** +Copyright (c) 2009, Matt McInerney (), +with Reserved Font Name "Orbitron". + +**NotoSans Bold - MIT** +Copyright (c) 2012, Google Ink, +with Reserved Font Name "Noto". diff --git a/assets/fonts/notosans-bold.ttf b/assets/fonts/notosans-bold.ttf new file mode 100644 index 0000000..ab11d31 Binary files /dev/null and b/assets/fonts/notosans-bold.ttf differ diff --git a/assets/fonts/orbitron-bold.otf b/assets/fonts/orbitron-bold.otf new file mode 100755 index 0000000..4ea0cc9 Binary files /dev/null and b/assets/fonts/orbitron-bold.otf differ diff --git a/index.html b/index.html index 87baeff..9b473d2 100644 --- a/index.html +++ b/index.html @@ -10,13 +10,13 @@ * { box-sizing: border-box; } - /*@font-face { - font-family: "Akashi"; - src: url("assets/fonts/Akashi.ttf"); - }*/ @font-face { - font-family: "Roboto Medium"; - src: url("assets/fonts/Roboto-Medium.ttf"); + font-family: "Orbitron Bold"; + src: url("assets/fonts/orbitron-bold.otf"); + } + @font-face { + font-family: "Noto Sans Bold"; + src: url("assets/fonts/notosans-bold.ttf"); } html, body { width: 100%; @@ -31,7 +31,7 @@ justify-content: center; } * { - font-family: "Roboto Medium", sans-serif; + font-family: "Noto Sans Bold", sans-serif; } *, *:active, *:focus, *:hover, *:visited, *:link { color: #ffffff; @@ -42,7 +42,7 @@ font-family: initial; } h1 { - /*font-family: "Akashi", sans-serif;*/ + font-family: "Orbitron Bold", sans-serif; font-size: 3em; margin-bottom: 0; /*background-image: url(/assets/images/logo-light.svg);