|  | 
|  | 1 | +// sass-lint:disable indentation no-css-comments | 
|  | 2 | + | 
|  | 3 | +/* lato-100 - latin */ | 
|  | 4 | +@font-face { | 
|  | 5 | +  font-family: 'Lato'; | 
|  | 6 | +  font-style: normal; | 
|  | 7 | +  font-weight: 100; | 
|  | 8 | +  src: local('Lato Hairline'), local('Lato-Hairline'), | 
|  | 9 | +       url('../fonts/lato-v17-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | 
|  | 10 | +       url('../fonts/lato-v17-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | 
|  | 11 | +} | 
|  | 12 | +/* lato-300 - latin */ | 
|  | 13 | +@font-face { | 
|  | 14 | +  font-family: 'Lato'; | 
|  | 15 | +  font-style: normal; | 
|  | 16 | +  font-weight: 300; | 
|  | 17 | +  src: local('Lato Light'), local('Lato-Light'), | 
|  | 18 | +       url('../fonts/lato-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | 
|  | 19 | +       url('../fonts/lato-v17-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | 
|  | 20 | +} | 
|  | 21 | +/* lato-regular - latin */ | 
|  | 22 | +@font-face { | 
|  | 23 | +  font-family: 'Lato'; | 
|  | 24 | +  font-style: normal; | 
|  | 25 | +  font-weight: 400; | 
|  | 26 | +  src: local('Lato Regular'), local('Lato-Regular'), | 
|  | 27 | +       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | 
|  | 28 | +       url('../fonts/lato-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | 
|  | 29 | +} | 
|  | 30 | +/* lato-700 - latin */ | 
|  | 31 | +@font-face { | 
|  | 32 | +  font-family: 'Lato'; | 
|  | 33 | +  font-style: normal; | 
|  | 34 | +  font-weight: 700; | 
|  | 35 | +  src: local('Lato Bold'), local('Lato-Bold'), | 
|  | 36 | +       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | 
|  | 37 | +       url('../fonts/lato-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | 
|  | 38 | +} | 
|  | 39 | +/* lato-900 - latin */ | 
|  | 40 | +@font-face { | 
|  | 41 | +  font-family: 'Lato'; | 
|  | 42 | +  font-style: normal; | 
|  | 43 | +  font-weight: 900; | 
|  | 44 | +  src: local('Lato Black'), local('Lato-Black'), | 
|  | 45 | +       url('../fonts/lato-v17-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | 
|  | 46 | +       url('../fonts/lato-v17-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | 
|  | 47 | +} | 
0 commit comments