Skip to content

Commit

Permalink
Enable DNV fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjels committed Jul 29, 2024
1 parent d03f70b commit 4465c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

@font-face {
font-family: 'DNV';
src: url('/fonts/DNV-Regular.woff2') format('woff2');
src: url('fonts/DNV-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.ttf') format('ttf');
src: url('fonts/Roboto-Regular.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 4465c1a

Please sign in to comment.