diff --git a/assets/custom.css b/assets/custom.css index d8e371c..8608d1d 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -1,5 +1,19 @@ @charset "UTF-8"; +/* raleway-regular - latin */ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 400; + src: url('./fonts/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('./fonts/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('./fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */ +} + /* lato-regular - latin */ @font-face { font-family: 'Lato'; @@ -7,11 +21,11 @@ font-weight: 400; src: url('./fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), - url('./fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype') - url('./fonts/lato-v20-latin-regular.woff2') format('woff2') - url('./fonts/lato-v20-latin-regular.woff') format('woff') - url('./fonts/lato-v20-latin-regular.ttf') format('truetype') - url('./fonts/lato-v20-latin-regular.svg#Lato') format('svg'); + url('./fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-700 - latin */ @@ -21,11 +35,11 @@ font-weight: 700; src: url('./fonts/lato-v20-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), - url('./fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype') - url('./fonts/lato-v20-latin-700.woff2') format('woff2') - url('./fonts/lato-v20-latin-700.woff') format('woff') - url('./fonts/lato-v20-latin-700.ttf') format('truetype') - url('./fonts/lato-v20-latin-700.svg#Lato') format('svg'); + url('./fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-900 - latin */ @@ -35,11 +49,11 @@ font-weight: 900; src: url('./fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */ src: local(''), - url('./fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype') - url('./fonts/lato-v20-latin-900.woff2') format('woff2') - url('./fonts/lato-v20-latin-900.woff') format('woff') - url('./fonts/lato-v20-latin-900.ttf') format('truetype') - url('./fonts/lato-v20-latin-900.svg#Lato') format('svg'); + url('./fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('./fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ + url('./fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */ + url('./fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ + url('./fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */ } /* Sets the group title to be a bolder font */ diff --git a/assets/fonts/raleway-v22-latin-regular.eot b/assets/fonts/raleway-v22-latin-regular.eot new file mode 100644 index 0000000..c1caad9 Binary files /dev/null and b/assets/fonts/raleway-v22-latin-regular.eot differ diff --git a/assets/fonts/raleway-v22-latin-regular.svg b/assets/fonts/raleway-v22-latin-regular.svg new file mode 100644 index 0000000..eca08e1 --- /dev/null +++ b/assets/fonts/raleway-v22-latin-regular.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/raleway-v22-latin-regular.ttf b/assets/fonts/raleway-v22-latin-regular.ttf new file mode 100644 index 0000000..9d0afd6 Binary files /dev/null and b/assets/fonts/raleway-v22-latin-regular.ttf differ diff --git a/assets/fonts/raleway-v22-latin-regular.woff b/assets/fonts/raleway-v22-latin-regular.woff new file mode 100644 index 0000000..90dbc4a Binary files /dev/null and b/assets/fonts/raleway-v22-latin-regular.woff differ diff --git a/assets/fonts/raleway-v22-latin-regular.woff2 b/assets/fonts/raleway-v22-latin-regular.woff2 new file mode 100644 index 0000000..b614f0d Binary files /dev/null and b/assets/fonts/raleway-v22-latin-regular.woff2 differ