readme and cleanup
This commit is contained in:
parent
2d6ae26016
commit
07e365ee85
|
@ -1,6 +1,8 @@
|
|||
# Getting Started with Create React App
|
||||
##Locaft
|
||||
|
||||
It's a packing and movers and a conceriage service website.
|
||||
|
||||
|
||||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||
|
||||
## Available Scripts
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,16 +0,0 @@
|
|||
import { createGlobalStyle } from 'styled-components';
|
||||
|
||||
|
||||
import montserrat_black from './Montserrat-Black.tff';
|
||||
import montserrat_bold from './Monsterrat-Bold.tff';
|
||||
|
||||
export default createGlobalStyle`
|
||||
@font-face {
|
||||
font-family: 'Font Name';
|
||||
src: local('Font Name'), local('FontName'),
|
||||
url(${montserrat_black }) format('ttf'),
|
||||
url(${montserrat_bold }) format('ttf');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
`;
|
Loading…
Reference in New Issue