Skip to content
Snippets Groups Projects
Commit 1c23eaa5 authored by Alf Eaton's avatar Alf Eaton
Browse files

Create a styles file

parent d3aca0b1
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,7 @@ import { browserHistory } from 'react-router'
import { syncHistoryWithStore } from 'react-router-redux'
import { configureStore, Root } from 'pubsweet-client'
import 'pubsweet-fira'
import 'typeface-fira-sans-condensed'
import 'typeface-vollkorn'
import './styles/main.scss'
import './styles'
let store = configureStore(browserHistory, {})
let history = syncHistoryWithStore(browserHistory, store)
......
import 'pubsweet-fira'
import 'typeface-fira-sans-condensed'
import 'typeface-vollkorn'
import './styles/main.scss'
//@import '~pubsweet-fira/src/fira';
//@import '~typeface-fira-sans-condensed/index';
//@import '~typeface-vollkorn/index';
.content-text {
font-family: 'Vollkorn', serif;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment