File: /home/frenchy/www/extracts/var/www/french-american.org/current/app/assets/scss/init/_fonts.scss
@font-face {
font-family: "Affogato";
font-style: normal;
font-weight: 400;
src:
url("#{$path-assets}fonts/affogato/Affogato-Regular.woff2") format("woff2"),
url("#{$path-assets}fonts/affogato/Affogato-Regular.woff") format("woff");
font-display: swap; // gestion du chargement de la police custom (https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html)
}
@font-face {
font-family: "Affogato";
font-style: normal;
font-weight: 500;
src:
url("#{$path-assets}fonts/affogato/Affogato-Medium.woff2") format("woff2"),
url("#{$path-assets}fonts/affogato/Affogato-Medium.woff") format("woff");
font-display: swap; // gestion du chargement de la police custom (https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html)
}
@font-face {
font-family: "Affogato";
font-style: normal;
font-weight: 600;
src:
url("#{$path-assets}fonts/affogato/Affogato-Bold.woff2") format("woff2"),
url("#{$path-assets}fonts/affogato/Affogato-Bold.woff") format("woff");
font-display: swap; // gestion du chargement de la police custom (https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html)
}
@font-face {
font-family: "Affogato";
font-style: normal;
font-weight: 700;
src:
url("#{$path-assets}fonts/affogato/Affogato-Black.woff2") format("woff2"),
url("#{$path-assets}fonts/affogato/Affogato-Black.woff") format("woff");
font-display: swap; // gestion du chargement de la police custom (https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html)
}