@@ -71,6 +71,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
71
71
--db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size};
72
72
--db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size,
73
73
$${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -line-height)};
74
+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size,
75
+ $${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -line-height,"filled")};
74
76
--db-type-body-font-size-${ getShortSize (
75
77
size
76
78
) } : #{$${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size};
@@ -89,6 +91,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
89
91
--db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size};
90
92
--db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size,
91
93
$${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -line-height)};
94
+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size,
95
+ $${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -line-height,"filled")};
92
96
--db-type-body-font-size-${ getShortSize (
93
97
size
94
98
) } : #{$${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size};
@@ -109,6 +113,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
109
113
--db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size};
110
114
--db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size,
111
115
$${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -line-height)};
116
+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size,
117
+ $${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -line-height,"filled")};
112
118
--db-type-body-font-size-${ getShortSize (
113
119
size
114
120
) } : #{$${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size};
0 commit comments