diff --git a/demo/demo.less b/demo/demo.less index b61fb6682c..d65b8683b1 100644 --- a/demo/demo.less +++ b/demo/demo.less @@ -79,7 +79,7 @@ main.mdl-layout__content { html, body { /* Ensure everything has a consistent font. */ - font-family: Roboto-Regular, Roboto, sans-serif, TengwarTelcontar; + font-family: Roboto, sans-serif, TengwarTelcontar; } // This font supports the Sindarin (sjn) translation. diff --git a/ui/less/containers.less b/ui/less/containers.less index 56fba64460..fa51e9e535 100644 --- a/ui/less/containers.less +++ b/ui/less/containers.less @@ -23,7 +23,7 @@ /* Set the fonts for all other content. */ * { - font-family: Roboto-Regular, Roboto, sans-serif, TengwarTelcontar; + font-family: Roboto, sans-serif, TengwarTelcontar; -webkit-font-smoothing: antialiased; } } diff --git a/ui/less/tooltip.less b/ui/less/tooltip.less index 8316a00737..f1b7ac1d38 100644 --- a/ui/less/tooltip.less +++ b/ui/less/tooltip.less @@ -47,7 +47,7 @@ content: attr(aria-label); /* Override .material-icons-round text styling */ - font-family: Roboto-Regular, Roboto, sans-serif; + font-family: Roboto, sans-serif; line-height: calc(@material-icons-width / 2); white-space: nowrap; font-size: 13px;