Skip to content

Commit

Permalink
modified: css/portfolio-hero.css
Browse files Browse the repository at this point in the history
	modified:   css/preloader.css
	new file:   fonts/AdornStoryScript.woff
	new file:   fonts/LA LUXE.woff
	new file:   fonts/NeueHaasDisplayMediu.woff
  • Loading branch information
vickkie committed Jan 25, 2024
1 parent 4f21bfe commit bce0bd9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/portfolio-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ body {
@font-face {
font-display: swap;
font-family: "LA-LUXE";
src: url("../../css/fonts/LA\ LUXE.woff") format("woff");
src: url("fonts/LA\ LUXE.woff") format("woff");
}

@font-face {
font-display: swap;
font-family: "AdornScript";
src: url("../../css/fonts/AdornStoryScript.woff") format("woff");
src: url("fonts/AdornStoryScript.woff") format("woff");
}

a {
Expand Down
2 changes: 1 addition & 1 deletion css/preloader.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-display: swap;
font-family: "cirka";
src: url("../../css/fonts/NeueuHaas/NeueHaasDisplayMediu.woff") format("woff");
src: url("fonts/NeueuHaas/NeueHaasDisplayMediu.woff") format("woff");
}

.title-uzi {
Expand Down
Binary file added fonts/AdornStoryScript.woff
Binary file not shown.
Binary file added fonts/LA LUXE.woff
Binary file not shown.
Binary file added fonts/NeueHaasDisplayMediu.woff
Binary file not shown.

0 comments on commit bce0bd9

Please sign in to comment.