Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update fonts #324

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/syntax.css" />
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/fonts.css" />

{% include favicons.html %}

Expand Down
27 changes: 27 additions & 0 deletions assets/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* ubuntu-regular - latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('../fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
url('../fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
src: local('Lato Bold'), local('Lato-Bold'),
url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
Binary file modified assets/css/lesson.scss
Binary file not shown.
Binary file added assets/fonts/lato-v14-latin-700.eot
Binary file not shown.
438 changes: 438 additions & 0 deletions assets/fonts/lato-v14-latin-700.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/lato-v14-latin-700.ttf
Binary file not shown.
Binary file added assets/fonts/lato-v14-latin-700.woff
Binary file not shown.
Binary file added assets/fonts/lato-v14-latin-700.woff2
Binary file not shown.
Binary file added assets/fonts/ubuntu-v11-latin-regular.eot
Binary file not shown.
363 changes: 363 additions & 0 deletions assets/fonts/ubuntu-v11-latin-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/ubuntu-v11-latin-regular.ttf
Binary file not shown.
Binary file added assets/fonts/ubuntu-v11-latin-regular.woff
Binary file not shown.
Binary file added assets/fonts/ubuntu-v11-latin-regular.woff2
Binary file not shown.