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