Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / static / static / font / css / lato.css
1 /* lato-regular - latin */
2 @font-face {
3 font-family: 'Lato';
4 font-style: normal;
5 font-weight: 400;
6 src: url('../font/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
7 src: local('Lato Regular'), local('Lato-Regular'),
8 url('../font/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9 url('../font/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10 url('../font/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
11 url('../font/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12 url('../font/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
13 }