Skip to content

Commit

Permalink
font face applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Somraj-234 committed Jul 22, 2024
1 parent 7cacf67 commit 8b38b9b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit 8b38b9b

Please sign in to comment.