Update app fonts set
This commit is contained in:
parent
78ddbffb7b
commit
38ebab2ff0
4 changed files with 10 additions and 13 deletions
BIN
src/main/resources/static/styles/Arimo-VariableFont_wght.ttf
Normal file
BIN
src/main/resources/static/styles/Arimo-VariableFont_wght.ttf
Normal file
Binary file not shown.
BIN
src/main/resources/static/styles/SpectralSC-Medium.ttf
Normal file
BIN
src/main/resources/static/styles/SpectralSC-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,10 +1,15 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Terminus";
|
font-family: "Spectral";
|
||||||
src: url('/styles/TerminusBold.ttf');
|
src: url('/styles/SpectralSC-Medium.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Arimo";
|
||||||
|
src: url('/styles/Arimo-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Terminus;
|
font-family: Arimo;
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -67,6 +72,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_wrapper {
|
.header_wrapper {
|
||||||
|
font-family: Spectral;
|
||||||
background: #323833;
|
background: #323833;
|
||||||
color: #a7a691;
|
color: #a7a691;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -89,13 +95,11 @@ header {
|
||||||
#header_right_block {
|
#header_right_block {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
font-family: sans-serif;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0%;
|
padding: 0%;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ul_right_block {
|
.ul_right_block {
|
||||||
|
@ -200,7 +204,7 @@ button:hover {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.copy_link{
|
.copy_link{
|
||||||
font-family: sans-serif;
|
font-family: Spectral;
|
||||||
text-shadow: -1px -1px 0 #1e1e1e, 1px -1px 0 #1e1e1e, -1px 1px 0 #1e1e1e, 1px 1px 0 #1e1e1e;
|
text-shadow: -1px -1px 0 #1e1e1e, 1px -1px 0 #1e1e1e, -1px 1px 0 #1e1e1e, 1px 1px 0 #1e1e1e;
|
||||||
color: #74bfbd;
|
color: #74bfbd;
|
||||||
}
|
}
|
||||||
|
@ -221,11 +225,4 @@ button:hover {
|
||||||
.bli {
|
.bli {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background-color: #D00000;
|
background-color: #D00000;
|
||||||
animation: blinker 2.5s ease infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blinker {
|
|
||||||
50% {
|
|
||||||
opacity: 0.0;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue