Updates
This commit is contained in:
BIN
src/assets/FiraMono-Regular.ttf
Normal file
BIN
src/assets/FiraMono-Regular.ttf
Normal file
Binary file not shown.
BIN
src/assets/FiraSans-Bold.ttf
Normal file
BIN
src/assets/FiraSans-Bold.ttf
Normal file
Binary file not shown.
BIN
src/assets/FiraSans-Italic.ttf
Normal file
BIN
src/assets/FiraSans-Italic.ttf
Normal file
Binary file not shown.
BIN
src/assets/FiraSans-Regular.ttf
Normal file
BIN
src/assets/FiraSans-Regular.ttf
Normal file
Binary file not shown.
@@ -1,13 +1,40 @@
|
||||
@font-face {
|
||||
font-family: 'bungee shade';
|
||||
src: url('/assets/bungee.ttf');
|
||||
font-family: 'bungee shade regular';
|
||||
src: url('/assets/BungeeShade-Regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'fira sans regular';
|
||||
src: url('/assets/FiraSans-Regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'fira sans bold';
|
||||
src: url('/assets/FiraSans-Bold.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'fira mono regular';
|
||||
src: url('/assets/FiraMono-Regular.ttf');
|
||||
}
|
||||
|
||||
.header-title {
|
||||
body {
|
||||
font-family: fira sans regular;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, b {
|
||||
font-family: fira sans bold;
|
||||
}
|
||||
code, pre {
|
||||
font-family: fira mono regular;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header-title a {
|
||||
text-decoration: none;
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
font-family: bungee shade,sans-serif;
|
||||
font-weight: 400;
|
||||
font-family: bungee shade regular;
|
||||
}
|
||||
|
||||
.header-title a {
|
||||
@@ -17,6 +44,7 @@
|
||||
.header-row {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 2px;
|
||||
font-family: fira sans bold;
|
||||
}
|
||||
|
||||
.header-item {
|
||||
|
||||
Reference in New Issue
Block a user