mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
Browser: Update UI with new components and elements (#5671)
This commit is contained in:
@@ -1,7 +1,24 @@
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
src: url('../../fonts/lato/lato-normal.woff2') format('woff2'),
|
||||
url('../../fonts/lato/lato-normal.woff') format('woff');
|
||||
font-weight: normal;
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user