mirror of
https://github.com/erkkiai/website.git
synced 2025-06-15 19:26:02 +00:00
Add fonts to repository
This commit is contained in:
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);
|
||||
|
Reference in New Issue
Block a user