This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
refactor(css): include Roboto font as part of themes #1009
Comments
Isn't it already included by the |
It isn't included, you have to include the @import url(http://fonts.googleapis.com/css?family=Roboto:500,400italic,700,400, 300); |
Given Roboto is the font for Material Design, I don't think this should be configurable. Adding it to |
Moving to 0.10.0 to hold discussion about best approach for including font. Options include a non-blocking JS utility to load font if not already included. |
Whatever the choice, 'RobotoDraft' is now obsolete and can be removed from the font-families. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, we are including the Roboto font from Google through a
<link>
tag. It occurred to me that we could just as easily include it via@import
in our CSS.This also begged the question: where should this live? Should this be tied into themes?
The text was updated successfully, but these errors were encountered: