Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1957_fix-font (pull request D…
Browse files Browse the repository at this point in the history
…Space#2705)

[DSC-1957_fix-font]

Approved-by: Giuseppe Digilio
  • Loading branch information
Simone-Ramundi authored and atarix83 committed Feb 3, 2025
2 parents d94b5c1 + 6a224c1 commit 0d74d4b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/styles/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,3 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 900; // Black weight
font-display: swap;
src: url('/assets/fonts/nunito/static/Nunito-Black.ttf') format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 900; // Black weight
font-display: swap;
src: url('/assets/fonts/nunito/static/Nunito-BlackItalic.ttf') format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

0 comments on commit 0d74d4b

Please sign in to comment.