Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
faisan committed Oct 23, 2024
1 parent e2fe00c commit fda1868
Show file tree
Hide file tree
Showing 94 changed files with 352 additions and 75 deletions.
8 changes: 8 additions & 0 deletions css/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@
font-weight:normal;
font-style:normal;
font-display:swap;
}

@font-face {
font-family: 'neontubes';
src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot");
src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot?#iefix") format("embedded-opentype"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff2") format("woff2"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff") format("woff"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
2 changes: 1 addition & 1 deletion css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}

.offer_section .box .img-box {
margin-top: -115px;
margin-top: -120px;
}
}

Expand Down
Loading

0 comments on commit fda1868

Please sign in to comment.