vendor/assets/stylesheets/blocks/_font.scss in active_frontend-14.1.41 vs vendor/assets/stylesheets/blocks/_font.scss in active_frontend-14.2.0
- old
+ new
@@ -3,10 +3,10 @@
// Font-face
// Font-face
// ==================================================
@each $type, $families in $font-families {
- @each $file-name, $family in $font-available {
+ @each $file-name, $family in $font-available-typography {
@if index(text-family($type), $family) {
@each $name, $weight in $font-weights {
@font-face {
font-display: swap;
font-family: $family;