mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-11 08:31:00 +00:00
deleted unused RobotoZero
This commit is contained in:
parent
16f731b025
commit
e2d637c2b5
@ -40,7 +40,6 @@ export const FONT_WEIGHT = {
|
||||
export const FONT_FAMILY = {
|
||||
DEFAULT: '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif',
|
||||
MONOSPACE: '"Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace',
|
||||
MONOSPACE_NUMBERS: '"Roboto Zero", "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace',
|
||||
};
|
||||
|
||||
export const ICON_SIZE = {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -28,19 +28,9 @@ import RobotoBoldVietnamese from '../fonts/roboto/regular/RobotoBoldVietnamese.w
|
||||
import RobotoBoldLatinExt from '../fonts/roboto/regular/RobotoBoldLatinExt.woff2';
|
||||
import RobotoBoldLatin from '../fonts/roboto/regular/RobotoBoldLatin.woff2';
|
||||
|
||||
import RobotoZero from '../fonts/roboto/RobotoZero.woff';
|
||||
import RobotoMono from '../fonts/roboto/RobotoMonoRegular.woff2';
|
||||
|
||||
const fontStyles = css`
|
||||
/*
|
||||
custom Roboto with Zero without the thing inside, so it's more readable as number
|
||||
since 0 doesn't look too similar to 8
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Zero';
|
||||
src: url(${RobotoZero}) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
|
Loading…
Reference in New Issue
Block a user