MyCrypto/common/assets/styles/etherwallet-fonts.less

24 lines
571 B
Plaintext
Raw Normal View History

2017-04-12 05:04:27 +00:00
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Light.woff2') format('woff2'),
url('../fonts/Lato-Light.woff') format('woff');
2017-04-12 05:04:27 +00:00
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Regular.woff2') format('woff2'),
url('../fonts/Lato-Regular.woff') format('woff');
2017-04-12 05:04:27 +00:00
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Bold.woff2') format('woff2'),
url('../fonts/Lato-Bold.woff') format('woff');
2017-04-12 05:04:27 +00:00
font-style: normal;
font-weight: 700;
}