readme and cleanup

This commit is contained in:
Priyatham-sai-chand 2020-11-10 22:31:32 +05:30
parent 2d6ae26016
commit 07e365ee85
5 changed files with 4 additions and 18 deletions

View File

@ -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.

View File

@ -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;
}
`;