mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Changed heading font
This commit is contained in:
parent
9ca0b74ba8
commit
8766815524
1 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
||||||
Template Name: BioTech
|
Template Name: BioTech
|
||||||
Author: Aroy
|
Author: Aroy
|
||||||
=================================================================*/
|
=================================================================*/
|
||||||
|
@font-face {
|
||||||
|
font-family: "BlackOpsOne";
|
||||||
|
src: url(/fonts/BlackOpsOne-Regular.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #0f1e31;
|
background-color: #0f1e31;
|
||||||
color: #bad8dd;
|
color: #bad8dd;
|
||||||
|
@ -38,8 +43,8 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
font-weight: 500;
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
font-family: "BlackOpsOne", sans-serif;
|
||||||
color: #afbac4;
|
color: #afbac4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue