mirror of
https://github.com/erkkiai/website.git
synced 2024-11-12 16:50:18 +00:00
Add fonts to repository
This commit is contained in:
parent
69be9069a4
commit
a6eb2dcd6e
15
README.md
15
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 (<http://pixelspread.com|matt@pixelspread.com>),
|
||||
with Reserved Font Name "Orbitron".
|
||||
|
||||
**NotoSans Bold - MIT**
|
||||
Copyright (c) 2012, Google Ink,
|
||||
with Reserved Font Name "Noto".
|
||||
|
BIN
assets/fonts/notosans-bold.ttf
Normal file
BIN
assets/fonts/notosans-bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/orbitron-bold.otf
Executable file
BIN
assets/fonts/orbitron-bold.otf
Executable file
Binary file not shown.
16
index.html
16
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);
|
||||
|
Loading…
Reference in New Issue
Block a user