blob: b2604b68d8b27309f30d3bef2a4ecb4067642163 (
plain)
1
2
3
4
5
6
7
8
|
@charset "UTF-8";
@font-face {
font-family: 'Roboto Flex';
src: url('../fonts/Roboto-Flex-Regular.woff2') format('woff2 supports variations'),
url('../fonts/Roboto-Flex-Regular.woff2') format('woff2-variations');
font-weight: 100 1000;
font-stretch: 25% 151%;
}
|