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.
40 lines
1.0 KiB
40 lines
1.0 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<title>Book reader</title> |
|
<meta name="description" content="React-Epub-Viewer Demo Page" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<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); |
|
} |
|
*, |
|
body { |
|
font-family: Sans, Nazanin; |
|
} |
|
|
|
.nav-footer-item > div > span { |
|
font-family: "SansNum" !important; |
|
color: #000 !important; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="root"></div> |
|
</body> |
|
</html>
|
|
|