Skip to content

Commit f7b37ad

Browse files
committed
wip: add roboto flex regular font
1 parent 53405ee commit f7b37ad

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

packages/webui/src/client/styles/fonts/roboto.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@import 'sass/Light';
77
@import 'sass/LightItalic';
88
@import 'sass/Regular';
9+
@import 'sass/RobotoFlex';
910
@import 'sass/Italic';
1011
@import 'sass/Medium';
1112
@import 'sass/MediumItalic';
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* BEGIN Roboto Flex */
2+
@font-face {
3+
font-family: 'Roboto Flex';
4+
@include fontdef-woff($FontPath, 'RobotoFlex', $FontVersion, 'Regular');
5+
font-weight: 400;
6+
font-style: normal;
7+
}
8+
/* END Roboto Flex */

packages/webui/src/client/styles/fonts/sass/roboto.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@import 'Light';
77
@import 'LightItalic';
88
@import 'Regular';
9+
@import 'RobotoFlex';
910
@import 'Italic';
1011
@import 'Medium';
1112
@import 'MediumItalic';
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)