Skip to content

Commit

Permalink
fixed font urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sulaman committed Aug 30, 2021
1 parent d9bb3ac commit e9ddd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ body{
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
font-family: Gilroybold;
src: url("../frontendsite/Assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
src: url("./Assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
font-family: Gilroylight;
src: url("../frontendsite/Assets/fonts/Gilroy-Light.otf") format("opentype");
src: url("./Assets/fonts/Gilroy-Light.otf") format("opentype");
}
.GlB{
font-family:Gilroybold ;
Expand Down

0 comments on commit e9ddd04

Please sign in to comment.