diff --git a/_layouts/default.html b/_layouts/default.html index 2e6ab4e..36c93e1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,7 +19,7 @@ {% endif %} - + diff --git a/_sass/_config.scss b/_sass/_config.scss index 6b0d1e3..2efa114 100644 --- a/_sass/_config.scss +++ b/_sass/_config.scss @@ -6,8 +6,37 @@ $color-link: #1A0DAB; $color-code: #00FF00; // FONT -$font-url: "https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic"; -$font-family: "'Ubuntu Mono', "; +// $font-url: "https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic"; +// $font-family: "'Ubuntu Mono', "; + +/* inconsolata-regular - latin */ +@font-face { + font-family: 'Inconsolata'; + font-style: normal; + font-weight: 400; + src: url('../fonts/inconsolata-v18-latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Inconsolata Regular'), local('Inconsolata-Regular'), + url('../fonts/inconsolata-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/inconsolata-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/inconsolata-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/inconsolata-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/inconsolata-v18-latin-regular.svg#Inconsolata') format('svg'); /* Legacy iOS */ +} + +/* inconsolata-700 - latin */ +@font-face { + font-family: 'Inconsolata'; + font-style: normal; + font-weight: 700; + src: url('../fonts/inconsolata-v18-latin-700.eot'); /* IE9 Compat Modes */ + src: local('Inconsolata Bold'), local('Inconsolata-Bold'), + url('../fonts/inconsolata-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/inconsolata-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/inconsolata-v18-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/inconsolata-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/inconsolata-v18-latin-700.svg#Inconsolata') format('svg'); /* Legacy iOS */ +} + // BREAKPOINTS $br: 600px; diff --git a/fonts/inconsolata-v18-latin-700.eot b/fonts/inconsolata-v18-latin-700.eot new file mode 100644 index 0000000..a22b9ac Binary files /dev/null and b/fonts/inconsolata-v18-latin-700.eot differ diff --git a/fonts/inconsolata-v18-latin-700.svg b/fonts/inconsolata-v18-latin-700.svg new file mode 100644 index 0000000..5080fba --- /dev/null +++ b/fonts/inconsolata-v18-latin-700.svg @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/inconsolata-v18-latin-700.ttf b/fonts/inconsolata-v18-latin-700.ttf new file mode 100644 index 0000000..51bd12e Binary files /dev/null and b/fonts/inconsolata-v18-latin-700.ttf differ diff --git a/fonts/inconsolata-v18-latin-700.woff b/fonts/inconsolata-v18-latin-700.woff new file mode 100644 index 0000000..6561689 Binary files /dev/null and b/fonts/inconsolata-v18-latin-700.woff differ diff --git a/fonts/inconsolata-v18-latin-700.woff2 b/fonts/inconsolata-v18-latin-700.woff2 new file mode 100644 index 0000000..8be24ab Binary files /dev/null and b/fonts/inconsolata-v18-latin-700.woff2 differ diff --git a/fonts/inconsolata-v18-latin-regular.eot b/fonts/inconsolata-v18-latin-regular.eot new file mode 100644 index 0000000..f615301 Binary files /dev/null and b/fonts/inconsolata-v18-latin-regular.eot differ diff --git a/fonts/inconsolata-v18-latin-regular.svg b/fonts/inconsolata-v18-latin-regular.svg new file mode 100644 index 0000000..da8c977 --- /dev/null +++ b/fonts/inconsolata-v18-latin-regular.svg @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fonts/inconsolata-v18-latin-regular.ttf b/fonts/inconsolata-v18-latin-regular.ttf new file mode 100644 index 0000000..270da5e Binary files /dev/null and b/fonts/inconsolata-v18-latin-regular.ttf differ diff --git a/fonts/inconsolata-v18-latin-regular.woff b/fonts/inconsolata-v18-latin-regular.woff new file mode 100644 index 0000000..9771531 Binary files /dev/null and b/fonts/inconsolata-v18-latin-regular.woff differ diff --git a/fonts/inconsolata-v18-latin-regular.woff2 b/fonts/inconsolata-v18-latin-regular.woff2 new file mode 100644 index 0000000..7782932 Binary files /dev/null and b/fonts/inconsolata-v18-latin-regular.woff2 differ