From ac5453351058bc527aca85fa02aa1b3036ffcd4c Mon Sep 17 00:00:00 2001 From: xangelkawaiix Date: Sun, 26 Feb 2023 20:48:06 +0700 Subject: [PATCH] font fix --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4eb4fbb..5e78be7 100644 --- a/style.css +++ b/style.css @@ -4,9 +4,15 @@ box-sizing: border-box; } +@font-face { + font-family: 'azukifontB'; + font-style: normal; + font-weight: 400; + src: url('../startpage/fonts/azukifontB.ttf') format('truetype') +} + body { /*font-family: 'Roboto', sans-serif;*/ - src: url('../startpage/fonts/azukifontB.ttf') format('truetype') font-family: 'azukifontB', Roboto; background-color: #f7d4e8; } @@ -125,7 +131,7 @@ main { display: flex; flex-direction: column; align-items: flex-end; - font-family: 'Open Sans', sans-serif; + font-family: 'azukifontB', sans-serif; color: #333; }