deleted unused RobotoZero

pull/277/head
slowbackspace 6 years ago
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 = {

@ -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…
Cancel
Save