diff --git a/_layouts/base.html b/_layouts/base.html index 99d65674..d4fb324e 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -13,6 +13,7 @@ + {% include favicons.html %} diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 00000000..20fef842 --- /dev/null +++ b/assets/css/fonts.css @@ -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 */ +} diff --git a/assets/css/lesson.scss b/assets/css/lesson.scss index 8a7b2954..17c04db6 100644 Binary files a/assets/css/lesson.scss and b/assets/css/lesson.scss differ diff --git a/assets/fonts/lato-v14-latin-700.eot b/assets/fonts/lato-v14-latin-700.eot new file mode 100644 index 00000000..9d8bfb61 Binary files /dev/null and b/assets/fonts/lato-v14-latin-700.eot differ diff --git a/assets/fonts/lato-v14-latin-700.svg b/assets/fonts/lato-v14-latin-700.svg new file mode 100644 index 00000000..077653d2 --- /dev/null +++ b/assets/fonts/lato-v14-latin-700.svg @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/lato-v14-latin-700.ttf b/assets/fonts/lato-v14-latin-700.ttf new file mode 100644 index 00000000..eeea013c Binary files /dev/null and b/assets/fonts/lato-v14-latin-700.ttf differ diff --git a/assets/fonts/lato-v14-latin-700.woff b/assets/fonts/lato-v14-latin-700.woff new file mode 100644 index 00000000..1d9d75bc Binary files /dev/null and b/assets/fonts/lato-v14-latin-700.woff differ diff --git a/assets/fonts/lato-v14-latin-700.woff2 b/assets/fonts/lato-v14-latin-700.woff2 new file mode 100644 index 00000000..d88f1af8 Binary files /dev/null and b/assets/fonts/lato-v14-latin-700.woff2 differ diff --git a/assets/fonts/ubuntu-v11-latin-regular.eot b/assets/fonts/ubuntu-v11-latin-regular.eot new file mode 100644 index 00000000..f3f0c7bf Binary files /dev/null and b/assets/fonts/ubuntu-v11-latin-regular.eot differ diff --git a/assets/fonts/ubuntu-v11-latin-regular.svg b/assets/fonts/ubuntu-v11-latin-regular.svg new file mode 100644 index 00000000..66a4f6b9 --- /dev/null +++ b/assets/fonts/ubuntu-v11-latin-regular.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/ubuntu-v11-latin-regular.ttf b/assets/fonts/ubuntu-v11-latin-regular.ttf new file mode 100644 index 00000000..bf4073e4 Binary files /dev/null and b/assets/fonts/ubuntu-v11-latin-regular.ttf differ diff --git a/assets/fonts/ubuntu-v11-latin-regular.woff b/assets/fonts/ubuntu-v11-latin-regular.woff new file mode 100644 index 00000000..c2cc479d Binary files /dev/null and b/assets/fonts/ubuntu-v11-latin-regular.woff differ diff --git a/assets/fonts/ubuntu-v11-latin-regular.woff2 b/assets/fonts/ubuntu-v11-latin-regular.woff2 new file mode 100644 index 00000000..171099bf Binary files /dev/null and b/assets/fonts/ubuntu-v11-latin-regular.woff2 differ