mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-13 19:46:47 +00:00
* Remove extra font-files * Add woff font files * Add woff format for social-media icon font
24 lines
571 B
Plaintext
Executable File
24 lines
571 B
Plaintext
Executable File
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../fonts/Lato-Light.woff2') format('woff2'),
|
|
url('../fonts/Lato-Light.woff') format('woff');
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../fonts/Lato-Regular.woff2') format('woff2'),
|
|
url('../fonts/Lato-Regular.woff') format('woff');
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: url('../fonts/Lato-Bold.woff2') format('woff2'),
|
|
url('../fonts/Lato-Bold.woff') format('woff');
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
}
|