Skip to content

Commit 7e227b7

Browse files
committed
fix(amount): change font family name
1 parent 72d4537 commit 7e227b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/amount/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export default {
117117
}
118118
</script>
119119

120-
<style lang="stylus" scoped>
120+
<style lang="stylus">
121121
.md-amount
122122
&.numerical
123-
font-family DINPro-Medium
123+
font-family font-family-number
124124
</style>

0 commit comments

Comments
 (0)