Skip to content

Commit 79415eb

Browse files
committed
Extract the dependency from Roboto (Default font should be sans-serif).
1 parent 5eb2c67 commit 79415eb

File tree

18 files changed

+4
-45
lines changed

18 files changed

+4
-45
lines changed

gwt-material/src/main/resources/gwt/material/design/public/css/materialize.css

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5579,42 +5579,12 @@ nav {
55795579
.navbar-fixed {
55805580
height: 64px; } }
55815581

5582-
@font-face {
5583-
font-family: "Roboto";
5584-
src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.eot");
5585-
src: url("../font/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
5586-
font-weight: 200; }
5587-
5588-
@font-face {
5589-
font-family: "Roboto";
5590-
src: local(Roboto Light), url("../font/roboto/Roboto-Light.eot");
5591-
src: url("../font/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
5592-
font-weight: 300; }
5593-
5594-
@font-face {
5595-
font-family: "Roboto";
5596-
src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.eot");
5597-
src: url("../font/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
5598-
font-weight: 400; }
5599-
5600-
@font-face {
5601-
font-family: "Roboto";
5602-
src: url("../font/roboto/Roboto-Medium.eot");
5603-
src: url("../font/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
5604-
font-weight: 500; }
5605-
5606-
@font-face {
5607-
font-family: "Roboto";
5608-
src: url("../font/roboto/Roboto-Bold.eot");
5609-
src: url("../font/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
5610-
font-weight: 700; }
5611-
56125582
a {
56135583
text-decoration: none; }
56145584

56155585
html {
56165586
line-height: 1.5;
5617-
font-family: "Roboto", sans-serif;
5587+
font-family: sans-serif;
56185588
font-weight: normal;
56195589
color: rgba(0, 0, 0, 0.87); }
56205590
@media only screen and (min-width: 0) {
@@ -8538,7 +8508,7 @@ button.picker__today:focus, button.picker__clear:focus, button.picker__close:foc
85388508
background-size: cover;
85398509
background: no-repeat fixed;
85408510
line-height: 1.5;
8541-
font-family: "Roboto", sans-serif;
8511+
font-family: sans-serif;
85428512
font-weight: normal;
85438513
color: rgba(0, 0, 0, 0.87); }
85448514

gwt-material/src/main/resources/gwt/material/design/public/css/materialize.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)