From c838708ed12cec0f814703424f285dce3b4d8e46 Mon Sep 17 00:00:00 2001 From: annasandri Date: Wed, 10 Jun 2020 11:30:24 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/12/style.css b/12/style.css index a0041ab..f30e697 100644 --- a/12/style.css +++ b/12/style.css @@ -32,6 +32,12 @@ src: url("font/RobotoMono-Regular.ttf") format("truetype"), url("https://fonts.googleapis.com/css?family=Roboto Mono") } +@font-face { + font-family: "Pilowlava"; + src: url ("font/Pilowlava-Regular.otf") format("opentype") + +} + body{ @@ -65,8 +71,8 @@ body{ .page_title_2{ font-size:70px; - color: blue; - font-family: GapSansBold; + color: fuchsia; + font-family: Pilowlava; }