From 8766815524ac3779d3e27c7876daf5273a71fd21 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Fri, 17 Sep 2021 09:59:56 +0200 Subject: [PATCH] Changed heading font --- assets/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 475cc01..905df8f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; }