From 407a5003646e3581804303fcf6d51c14bdee5584 Mon Sep 17 00:00:00 2001 From: frontenddevmaciej Date: Sun, 28 Nov 2021 14:52:12 +0100 Subject: [PATCH] Update title font style --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8ecfd95..c56afba 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,12 @@ +@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); + h1{ - color: blue; - font-weight: bold; + font-family: 'Kaushan Script', cursive; + text-align: center; + background: -webkit-linear-gradient(rgb(111, 157, 180),rgb(9, 54, 56)); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + font-size: 300%; } *{