Removed unused fonts

This commit is contained in:
Jori Lallo
2017-11-10 12:17:35 -08:00
parent a6f8b0b2c9
commit 4be3ce6e8e
15 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ export const fontWeight = {
export const fonts = { export const fonts = {
regular: `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, regular: `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;`, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;`,
monospace: `'Atlas Typewriter', 'Source Code Pro', Menlo, Consolas, monospace: `'Source Code Pro', Menlo, Consolas, 'Liberation Mono', monospace;`,
'Liberation Mono', monospace;`,
}; };
export const color = { export const color = {