Add fonts to repository

This commit is contained in:
Christer Warén 2024-06-26 01:42:00 +03:00
parent 69be9069a4
commit a6eb2dcd6e
4 changed files with 21 additions and 10 deletions

View File

@ -1,5 +1,16 @@
# ErkkiAI™ - Website # 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 (<http://pixelspread.com|matt@pixelspread.com>),
with Reserved Font Name "Orbitron".
**NotoSans Bold - MIT**
Copyright (c) 2012, Google Ink,
with Reserved Font Name "Noto".

Binary file not shown.

BIN
assets/fonts/orbitron-bold.otf Executable file

Binary file not shown.

View File

@ -10,13 +10,13 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
/*@font-face {
font-family: "Akashi";
src: url("assets/fonts/Akashi.ttf");
}*/
@font-face { @font-face {
font-family: "Roboto Medium"; font-family: "Orbitron Bold";
src: url("assets/fonts/Roboto-Medium.ttf"); src: url("assets/fonts/orbitron-bold.otf");
}
@font-face {
font-family: "Noto Sans Bold";
src: url("assets/fonts/notosans-bold.ttf");
} }
html, body { html, body {
width: 100%; width: 100%;
@ -31,7 +31,7 @@
justify-content: center; justify-content: center;
} }
* { * {
font-family: "Roboto Medium", sans-serif; font-family: "Noto Sans Bold", sans-serif;
} }
*, *:active, *:focus, *:hover, *:visited, *:link { *, *:active, *:focus, *:hover, *:visited, *:link {
color: #ffffff; color: #ffffff;
@ -42,7 +42,7 @@
font-family: initial; font-family: initial;
} }
h1 { h1 {
/*font-family: "Akashi", sans-serif;*/ font-family: "Orbitron Bold", sans-serif;
font-size: 3em; font-size: 3em;
margin-bottom: 0; margin-bottom: 0;
/*background-image: url(/assets/images/logo-light.svg); /*background-image: url(/assets/images/logo-light.svg);