From 1398ecf36531b23fb008a209dc5c1b2f2587af84 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 11 Aug 2023 09:40:41 +0200 Subject: [PATCH] Update the font links --- app/assets/stylesheets/application.css.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 7a1ce08..2cf6d2f 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -8,35 +8,35 @@ $regular-weight: 400; @font-face { font-family: 'Proxima Nova'; - src: url('https://thetypefounders.net/1/fonts/8aedcf/mss:proxima-nova-thin@4.0.0/woff2') format('woff2'); + src: url('https://thetypefounders.net/1/fonts/3377dc/mss:proxima-nova::thin@4.0.0/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-light@4.0.0/woff2') format('woff2'); + src: url('https://thetypefounders.net/1/fonts/b55d96/mss:proxima-nova::light@4.0.0/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-regular@4.0.0/woff2') format('woff2'); + src: url('https://thetypefounders.net/1/fonts/e2d468/mss:proxima-nova::regular@4.0.0/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-regular@1.0.0/woff2') format('woff2'); + src: url('https://thetypefounders.net/1/fonts/946dff/mss:proxima-sera::regular@1.0.0/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-regular-italic@1.0.0/woff2') format('woff2'); + src: url('https://thetypefounders.net/1/fonts/2332c7/mss:proxima-sera::regular-italic@1.0.0/woff2') format('woff2'); font-weight: 400; font-style: italic; }