2016-09-20 16:22:12 +00:00
|
|
|
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
|
2017-02-24 04:46:54 +00:00
|
|
|
|
2018-02-17 15:44:42 +00:00
|
|
|
/* muli-regular - latin */
|
2017-02-24 04:46:54 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Muli';
|
|
|
|
font-style: normal;
|
2018-02-17 15:44:42 +00:00
|
|
|
font-weight: 400;
|
|
|
|
src: url('../fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
|
|
|
|
src: local('Muli Regular'), local('Muli-Regular'),
|
|
|
|
url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
|
url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
|
|
url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
|
url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
|
2017-02-24 04:46:54 +00:00
|
|
|
}
|
2018-02-17 15:44:42 +00:00
|
|
|
/* muli-600 - latin */
|
2017-02-24 04:46:54 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Muli';
|
|
|
|
font-style: normal;
|
2018-02-17 15:44:42 +00:00
|
|
|
font-weight: 600;
|
|
|
|
src: url('../fonts/muli-v11-latin-600.eot'); /* IE9 Compat Modes */
|
|
|
|
src: local('Muli SemiBold'), local('Muli-SemiBold'),
|
|
|
|
url('../fonts/muli-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
|
|
url('../fonts/muli-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
|
|
url('../fonts/muli-v11-latin-600.woff') format('woff'), /* Modern Browsers */
|
|
|
|
url('../fonts/muli-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
|
|
url('../fonts/muli-v11-latin-600.svg#Muli') format('svg'); /* Legacy iOS */
|
2017-02-24 04:46:54 +00:00
|
|
|
}
|