Last active
November 3, 2015 15:49
-
-
Save mkorostoff/d623201067250714091b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html{{ html_attributes }}> | |
<head> | |
{{ page.head }} | |
<title>{{ head_title }}</title> | |
{{ page.styles }} | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | |
{{ page.scripts }} | |
</head> | |
<body{{ attributes }}> | |
<a href="#main-content" class="visually-hidden focusable skip-link"> | |
{{ 'Skip to main content'|t }} | |
</a> | |
{{ page_top }} | |
{{ page.content }} | |
{{ page_bottom }} | |
{{ page.scripts('footer') }} | |
</body> | |
</html> |
You can do this by adding one line to a library:
https://fonts.googleapis.com/css?family=Ubuntu:400,300,700,500,400italic: { type: external, minified: true }
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well this works but it's not recommended. Here's a better way.