diff --git a/_sass/fonts.scss b/_sass/fonts.scss new file mode 100644 index 0000000000000000000000000000000000000000..83416afd3f3e1d47bdf5134ddd13f8f0c9ff14ab --- /dev/null +++ b/_sass/fonts.scss @@ -0,0 +1,39 @@ +/* raleway-regular - latin */ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 400; + src: local('Raleway'), local('Raleway-Regular'), + url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../fonts/raleway-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* raleway-700 - latin */ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 700; + src: local('Raleway Bold'), local('Raleway-Bold'), + url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../fonts/raleway-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* roboto-slab-300 - latin */ +@font-face { + font-family: 'Roboto Slab'; + font-style: normal; + font-weight: 300; + src: local('Roboto Slab Light'), local('RobotoSlab-Light'), + url('../fonts/roboto-slab-v7-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-slab-v7-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} + +/* roboto-slab-regular - latin */ +@font-face { + font-family: 'Roboto Slab'; + font-style: normal; + font-weight: 400; + src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), + url('../fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../fonts/roboto-slab-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ +} diff --git a/_sass/uno.scss b/_sass/uno.scss index 573e7c77357e9b358e09f6b756ee13477093e715..d8bbb53f82a3050ec6b1088f35e9cda77821d3cb 100644 --- a/_sass/uno.scss +++ b/_sass/uno.scss @@ -1,9 +1,10 @@ -@import 'https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)'; +/* @import 'https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)'; */ /* @import "../assets/css/fonts.css"; */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ +@import "fonts"; @import "animate"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; diff --git a/fonts/raleway-v12-latin-700.woff b/fonts/raleway-v12-latin-700.woff new file mode 100644 index 0000000000000000000000000000000000000000..76ea622a48c029cd21f0ce1599369e9d6d6a7095 Binary files /dev/null and b/fonts/raleway-v12-latin-700.woff differ diff --git a/fonts/raleway-v12-latin-700.woff2 b/fonts/raleway-v12-latin-700.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..d41b5953bd0f588573217a08152e78002e4a8305 Binary files /dev/null and b/fonts/raleway-v12-latin-700.woff2 differ diff --git a/fonts/raleway-v12-latin-regular.woff b/fonts/raleway-v12-latin-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..af2f2b797be6b271e2e3a74bd2438a1d94d0db41 Binary files /dev/null and b/fonts/raleway-v12-latin-regular.woff differ diff --git a/fonts/raleway-v12-latin-regular.woff2 b/fonts/raleway-v12-latin-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..eba29a9abed2a70f4fab3be4f53d3d8768c44709 Binary files /dev/null and b/fonts/raleway-v12-latin-regular.woff2 differ diff --git a/fonts/roboto-slab-v7-latin-300.woff b/fonts/roboto-slab-v7-latin-300.woff new file mode 100644 index 0000000000000000000000000000000000000000..fa069b9b6a3a4b38e8a11f6c9721223f0a8154e9 Binary files /dev/null and b/fonts/roboto-slab-v7-latin-300.woff differ diff --git a/fonts/roboto-slab-v7-latin-300.woff2 b/fonts/roboto-slab-v7-latin-300.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..e6a49104fc325575ab344e3ef1b280da1c9ce7d0 Binary files /dev/null and b/fonts/roboto-slab-v7-latin-300.woff2 differ diff --git a/fonts/roboto-slab-v7-latin-regular.woff b/fonts/roboto-slab-v7-latin-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..b576dda8cf723ea02fd0128712a16a0c382264d3 Binary files /dev/null and b/fonts/roboto-slab-v7-latin-regular.woff differ diff --git a/fonts/roboto-slab-v7-latin-regular.woff2 b/fonts/roboto-slab-v7-latin-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..5802e971283c2896a7ad9ea6f5ce3488a4af5c62 Binary files /dev/null and b/fonts/roboto-slab-v7-latin-regular.woff2 differ