mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +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
|
||||
Author: Aroy
|
||||
=================================================================*/
|
||||
@font-face {
|
||||
font-family: "BlackOpsOne";
|
||||
src: url(/fonts/BlackOpsOne-Regular.ttf);
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #0f1e31;
|
||||
color: #bad8dd;
|
||||
|
@ -38,8 +43,8 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
font-family: "Quattrocento Sans", sans-serif;
|
||||
font-weight: 500;
|
||||
font-family: "BlackOpsOne", sans-serif;
|
||||
color: #afbac4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue