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

24 lines
574 B
Plaintext
Raw Normal View History

2017-04-11 22:04:27 -07:00
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Light.woff') format('woff'),
url('../fonts/Lato-Light.ttf') format('truetype');
2017-04-11 22:04:27 -07:00
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype');
2017-04-11 22:04:27 -07:00
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Lato';
src: url('../fonts/Lato-Bold.woff') format('woff'),
url('../fonts/Lato-Bold.ttf') format('truetype');
2017-04-11 22:04:27 -07:00
font-style: normal;
font-weight: 700;
}