vendor/assets/stylesheets/blocks/_font.scss in active_frontend-14.0.60 vs vendor/assets/stylesheets/blocks/_font.scss in active_frontend-14.0.61
- old
+ new
@@ -2,11 +2,11 @@
// ==================================================
// Font-face
// Font-face
// ==================================================
-@if index(text-family(sans-serif), 'Branding') {
+@if index(text-family(display), 'Branding') {
@each $name, $weight in $font-weights {
@font-face {
font-display: swap;
font-family: 'Branding';
font-style: normal;
@@ -35,16 +35,16 @@
font-weight: $weight;
src: url(font-path('fakt-soft-pro/fakt-soft-pro-#{$name}.woff')) format('woff');
}
}
}
-@if index(text-family(sans-serif), 'Proxima Nova') {
+@if index(text-family(display), 'Venti CF') {
@each $name, $weight in $font-weights {
@font-face {
font-display: swap;
- font-family: 'Proxima Nova';
+ font-family: 'Venti CF';
font-style: normal;
font-weight: $weight;
- src: url(font-path('proxima-nova/proxima-nova-#{$name}.woff')) format('woff');
+ src: url(font-path('venti-cf/venti-cf-#{$name}.woff')) format('woff');
}
}
}