Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 2, 2024
1 parent b6248c4 commit 7318527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/styles/theme/variables.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@font-face {
font-family: 'Roobert';
src: url("/fonts/RoobertVF.woff2") format('woff2-variations');
src: url("../fonts/RoobertVF.woff2") format('woff2-variations');
font-weight: 300 900;
font-style: normal;
}
@font-face {
font-family: 'Roobert';
src: url("/fonts/RoobertVFItalics.woff2") format('woff2-variations');
src: url("../fonts/RoobertVFItalics.woff2") format('woff2-variations');
font-weight: 300 900;
font-style: italic;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: var(--font-family-display);
font-size: var(--font-5-size);
letter-spacing: var(--font-5-spacing);
background-image: image-set(url("/files/img-home.png") 2x);
background-image: image-set(url("../files/img-home.png") 2x);
background-repeat: no-repeat;
background-position: right calc(50% + 300px) bottom;
background-size: 800px auto;
Expand Down

0 comments on commit 7318527

Please sign in to comment.