Add Sofia pro

This commit is contained in:
Vesa Luusua 2017-05-24 01:44:50 +03:00
parent 4c85084b36
commit 165a67031b

View file

@ -5,6 +5,43 @@
<!--!title-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon.ico">
<style>
/**
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: Mostardesign
* License URL: https://www.fontspring.com/licenses/mostardesign/webfont
*
*/
@font-face {
/* 'SofiaPro-Regular' */
font-family: 'sofiapro-regular';
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-regular-webfont.woff2') format('woff2'),
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sofiapro-medium';
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-medium-webfont.woff2') format('woff2'),
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sofiapro-semibold';
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-semibold-webfont.woff2') format('woff2'),
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</style>
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDates.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDatesCustomized.css" />
</head>