Skip to content

Commit

Permalink
Fixing locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 29, 2024
1 parent ef92279 commit e08b70e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/load/universal.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

@font-face {
font-family: 'rampage-monoline';
src: url('../fonts/rampage-monoline.woff2') format('woff2'),
url('../fonts/rampage-monoline.woff') format('woff');
src: url('../../fonts/rampage-monoline.woff2') format('woff2'),
url('../../fonts/rampage-monoline.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'roboto';
src: url('../fonts/roboto.woff2') format('woff2'),
url('../fonts/roboto.woff') format('woff');
src: url('../../fonts/roboto.woff2') format('woff2'),
url('../../fonts/roboto.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit e08b70e

Please sign in to comment.