Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockscout/apps/explorer_web/assets/css/theme/_fonts.scss

38 lines
649 B

@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto/Roboto-Light.ttf");
font-weight: 200;
}
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto/Roboto-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto/Roboto-MediumItalic.ttf");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto/Roboto-Medium.ttf");
font-weight: 600;
}
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto/Roboto-Bold.ttf");
font-weight: 700;
}
@font-face {
font-family: 'Boxed Bold';
src: url("/fonts/boxed-bold.otf");
}