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

24 lines
535 B
Plaintext
Raw Normal View History

2018-09-10 09:55:26 -07:00
@font-face {
2019-01-22 10:01:21 -08:00
font-family: 'Open Sans';
font-weight: 400;
src: url('../static/fonts/OpenSans-Regular.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}
@font-face {
2019-01-22 10:01:21 -08:00
font-family: 'Open Sans';
2018-09-10 09:55:26 -07:00
font-weight: 600;
2019-01-22 10:01:21 -08:00
src: url('../static/fonts/OpenSans-SemiBold.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}
@font-face {
2019-01-22 10:01:21 -08:00
font-family: 'Open Sans';
font-weight: 700;
2019-01-22 10:01:21 -08:00
src: url('../static/fonts/OpenSans-Bold.ttf') format('truetype');
}
2018-09-10 09:55:26 -07:00
@font-face {
2019-01-22 10:01:21 -08:00
font-family: 'Open Sans';
2018-09-10 09:55:26 -07:00
font-weight: 300;
2019-01-22 10:01:21 -08:00
src: url('../static/fonts/OpenSans-Light.ttf') format('truetype');
2018-09-10 09:55:26 -07:00
}