Separated css and fonts into a separate file
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-RegularItalic-Web.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url('./AtlasGrotesk-Medium-Web.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-Medium-Web.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('./AtlasGrotesk-RegularItalic-Web.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
@@ -13,7 +13,9 @@ import auth from 'utils/auth';
|
||||
|
||||
import reducers from 'reducers';
|
||||
|
||||
import 'normalize.css/normalize.css';
|
||||
import 'utils/base-styles.scss';
|
||||
import 'fonts/atlas/atlas.css';
|
||||
|
||||
import Home from 'scenes/Home';
|
||||
// import App from 'scenes/App';
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import 'normalize.css/normalize.css';
|
||||
import '../../fonts/atlas/atlas.css';
|
||||
import styles from './App.scss';
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user