mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
24 lines
943 B
Plaintext
24 lines
943 B
Plaintext
// Roboto Regular
|
|
@font-face{
|
|
font-family: Roboto;
|
|
src:url('../../fonts/roboto/Roboto-Regular-webfont.eot');
|
|
src:url('../../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
|
|
url('../../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
|
|
url('../../fonts/roboto/Roboto-Regular-webfont.svg#icon') format('svg');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
// Roboto Medium
|
|
@font-face{
|
|
font-family: Roboto;
|
|
src:url('../../fonts/roboto/Roboto-Medium-webfont.eot');
|
|
src:url('../../fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../../fonts/roboto/Roboto-Medium-webfont.woff') format('woff'),
|
|
url('../../fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
|
|
url('../../fonts/roboto/Roboto-Medium-webfont.svg#icon') format('svg');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
} |