Skip to content

Commit

Permalink
fixing extesion
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 17, 2025
1 parent feec3a3 commit 8d26bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ $line-height: 44px; // Consistent height for buttons, inputs etc.

@font-face {
font-family: 'IBM Plex Sans';
src: url('/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.tff') format('truetype');
src: url('/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'IBM Plex Mono';
src: url('/assets/fonts/IBM_Plex_Mono/IBMPlexMono-Light.tff') format('truetype');
src: url('/assets/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 8d26bb6

Please sign in to comment.