Changed heading font

This commit is contained in:
Aroy-Art 2021-09-17 09:59:56 +02:00
parent 9ca0b74ba8
commit 8766815524

View file

@ -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;
} }