File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
source/_patterns/00-base/type Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ @use " sass:map" ;
12@import " ../../../css/db-ui-core.variables" ;
23@import " fonts.variables" ;
34
45@each $font-name , $font-meta in $font-families {
5- $font-family : map- get ($font-meta , " font-family" );
6- $font-filename : map- get ($font-meta , " font-filename" );
7- $font-weight : map- get ($font-meta , " font-weight" );
8- $font-style : map- get ($font-meta , " font-style" );
9- $font-local-name : map- get ($font-meta , " font-local-name" );
10- $font-local-name-short : map- get ($font-meta , " font-local-name-short" );
6+ $font-family : map . get ($font-meta , " font-family" );
7+ $font-filename : map . get ($font-meta , " font-filename" );
8+ $font-weight : map . get ($font-meta , " font-weight" );
9+ $font-style : map . get ($font-meta , " font-style" );
10+ $font-local-name : map . get ($font-meta , " font-local-name" );
11+ $font-local-name-short : map . get ($font-meta , " font-local-name-short" );
1112
1213 @font-face {
1314 font-family : $font-family ;
You can’t perform that action at this time.
0 commit comments