Skip to content

Commit

Permalink
used relative url for fonface without . instead used / nnly
Browse files Browse the repository at this point in the history
  • Loading branch information
sulaman committed Aug 30, 2021
1 parent e9ddd04 commit cf648cc
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("./Assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
src: url("/Assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
font-family: Gilroylight;
src: url("./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 cf648cc

Please sign in to comment.