Skip to content

Commit aff0bc3

Browse files
Merge pull request #40 from bharatpe/feature-MX-1742
[feature-MX-1742] font: paid font removal
2 parents 6e5e3ac + 84c009d commit aff0bc3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

example/src/index.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
@font-face {
2+
font-family: 'Regular';
3+
src: url('https://d30gqtvesfc1d5.cloudfront.net/fonts/v3/poppins/Regular');
4+
}
5+
16
body {
27
margin: 0;
38
padding: 0;
4-
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
9+
font-family: Regular;
510
-webkit-font-smoothing: antialiased;
611
-moz-osx-font-smoothing: grayscale;
712
}
813

914
code, textarea {
10-
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
15+
font-family: Regular
1116
}
1217

1318

0 commit comments

Comments
 (0)