zcash-grant-system/frontend/client/styles/fonts.less

18 lines
415 B
Plaintext
Raw Normal View History

2018-09-10 09:55:26 -07:00
@font-face {
font-family: 'Nunito Sans';
font-weight: 400;
src: url('../static/fonts/NunitoSans-Regular.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}
@font-face {
font-family: 'Nunito Sans';
font-weight: 600;
src: url('../static/fonts/NunitoSans-SemiBold.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}
@font-face {
font-family: 'Nunito Sans';
font-weight: 300;
src: url('../static/fonts/NunitoSans-Light.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}