You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Book reader</title>
3 years ago
<meta name="description" content="React-Epub-Viewer Demo Page" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
3 years ago
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/css/global.css" />
<style>
@font-face {
font-family: "Nazanin";
src: url(%PUBLIC_URL%/css/Nazanin.woff);
}
@font-face {
font-family: "Sans";
src: url(%PUBLIC_URL%/css/IRANSansWeb.woff);
}
@font-face {
font-family: "SansNum";
src: url(%PUBLIC_URL%/css/IRANSansWebFaNum.woff);
3 years ago
}
*,
body {
3 years ago
font-family: Sans, Nazanin;
}
.nav-footer-item > div > span {
font-family: "SansNum" !important;
color: #000 !important;
}
3 years ago
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>