feat: update Button to v2 design
This commit is contained in:
@@ -8,6 +8,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
@each $weight in '100' '300' '400' '500' '700' '900' {
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('@public/fonts/roboto-#{$weight}.woff2') format('woff2');
|
||||
font-display: auto;
|
||||
font-style: normal;
|
||||
font-weight: #{$weight};
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Flex';
|
||||
src: url('@public/fonts/roboto-flex.woff2') format('woff2');
|
||||
|
||||
Reference in New Issue
Block a user