Copy static files to local server

This commit is contained in:
Henry Wang 2017-03-02 18:27:55 -06:00
parent 57efbb5837
commit d86454ffc4
7 changed files with 3990 additions and 3958 deletions

File diff suppressed because it is too large Load Diff

24
public/changa.css Normal file
View File

@ -0,0 +1,24 @@
/* arabic */
@font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
src: local('Changa SemiBold'), local('Changa-SemiBold'), url(8-mw6umTgtMSI5PXqVIDMRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
src: local('Changa SemiBold'), local('Changa-SemiBold'), url(l9R1mHXzJ6oxjfw8BkQIThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
src: local('Changa SemiBold'), local('Changa-SemiBold'), url(aXdbZDB08TCIBRKa7Qgu_FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

View File

@ -1,7 +1,7 @@
<head>
<link href="https://fonts.googleapis.com/css?family=Changa:600" rel="stylesheet">
<link href="changa.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jquery.min.js"></script>
<script src="bundle.js"></script>
<title>Paper.IO</title>
</head>

4
public/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long