Skip to content

Commit

Permalink
Update the font links
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Aug 11, 2023
1 parent 5c783ca commit 1398ecf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ $regular-weight: 400;

@font-face {
font-family: 'Proxima Nova';
src: url('https://thetypefounders.net/1/fonts/8aedcf/mss:proxima-nova-[email protected]/woff2') format('woff2');
src: url('https://thetypefounders.net/1/fonts/3377dc/mss:proxima-nova::[email protected]/woff2') format('woff2');
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova';
src: url('https://thetypefounders.net/1/fonts/0fdc98/mss:proxima-nova-[email protected]/woff2') format('woff2');
src: url('https://thetypefounders.net/1/fonts/b55d96/mss:proxima-nova::[email protected]/woff2') format('woff2');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova';
src: url('https://thetypefounders.net/1/fonts/76d7c9/mss:proxima-nova-[email protected]/woff2') format('woff2');
src: url('https://thetypefounders.net/1/fonts/e2d468/mss:proxima-nova::[email protected]/woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Proxima Sera';
src: url('https://thetypefounders.net/1/fonts/e16261/mss:proxima-sera-[email protected]/woff2') format('woff2');
src: url('https://thetypefounders.net/1/fonts/946dff/mss:proxima-sera::[email protected]/woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Proxima Sera';
src: url('https://thetypefounders.net/1/fonts/8b1bf4/mss:proxima-sera-[email protected]/woff2') format('woff2');
src: url('https://thetypefounders.net/1/fonts/2332c7/mss:proxima-sera::[email protected]/woff2') format('woff2');
font-weight: 400;
font-style: italic;
}
Expand Down

0 comments on commit 1398ecf

Please sign in to comment.