From 8b38b9bd1390117d7750d1a20fa355435626abb4 Mon Sep 17 00:00:00 2001 From: Somraj-234 Date: Mon, 22 Jul 2024 22:31:38 +0530 Subject: [PATCH] font face applied --- style.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/style.css b/style.css index 2ff68e4..c1ef79a 100644 --- a/style.css +++ b/style.css @@ -1,16 +1,7 @@ @font-face { font-family: 'Plain Light'; - src: url('./fonts/plain-light-webfont.woff') format('woff'); - src: url('./fonts/plain-light-webfont.ttf') format('truetype'); - - font-family: 'Plain regular'; - src: url('./fonts/plain-regular-webfont.woff') format('woff'); - src: url('./fonts/plain-regular-webfont.ttf') format('truetype'); - - font-family: 'silk serif'; - src: url('./fonts/silkserif-lightitalic-webfont.woff') format('woff'); - src: url('./fonts/silkserif-lightitalic-webfont.ttf') format('truetype'); - + src: url('./fonts/plain-light-webfont.woff'); + /* src: url('./fonts/plain-light-webfont.ttf') format('truetype'); */ font-weight: normal; font-style: normal; }