mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Add light and ultraLight fonts
This commit is contained in:
parent
76c473538a
commit
8d67a820a9
BIN
app/fonts/Montserrat/Montserrat-Light.ttf
Normal file
BIN
app/fonts/Montserrat/Montserrat-Light.ttf
Normal file
Binary file not shown.
BIN
app/fonts/Montserrat/Montserrat-Light.woff
Normal file
BIN
app/fonts/Montserrat/Montserrat-Light.woff
Normal file
Binary file not shown.
BIN
app/fonts/Montserrat/Montserrat-UltraLight.ttf
Normal file
BIN
app/fonts/Montserrat/Montserrat-UltraLight.ttf
Normal file
Binary file not shown.
BIN
app/fonts/Montserrat/Montserrat-UltraLight.woff
Normal file
BIN
app/fonts/Montserrat/Montserrat-UltraLight.woff
Normal file
Binary file not shown.
@ -107,7 +107,7 @@ AccountDetailScreen.prototype.render = function () {
|
|||||||
paddingTop: '3px',
|
paddingTop: '3px',
|
||||||
width: '5em',
|
width: '5em',
|
||||||
fontSize: '13px',
|
fontSize: '13px',
|
||||||
fontFamily: 'Montserrat Thin',
|
fontFamily: 'Montserrat Light',
|
||||||
textRendering: 'geometricPrecision',
|
textRendering: 'geometricPrecision',
|
||||||
marginTop: '10px',
|
marginTop: '10px',
|
||||||
marginBottom: '15px',
|
marginBottom: '15px',
|
||||||
|
@ -20,8 +20,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Montserrat Thin';
|
font-family: 'Montserrat Light';
|
||||||
src: url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
|
src: url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
|
||||||
src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
|
src: url('/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
|
||||||
text-rendering: geometricPrecision;
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Montserrat UltraLight';
|
||||||
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.woff') format('woff');
|
||||||
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user