Added some fonts

This commit is contained in:
k
2021-02-03 22:08:44 -05:00
parent 5164bbd426
commit df9727eeeb
5 changed files with 11644 additions and 11636 deletions

View File

@@ -4,7 +4,7 @@
The creator of [Photopea](https://www.photopea.com/), a great free alternative to Photoshop, is not interested on making an offline version, so I took it upon myself to make it.
## Issues
If there are any issues, please let me know. I may try to get text working, as the fonts are saved on an external server and are not loaded into the browser when the website loads, but rather as you need it. Of course, anyone is free to wither fork it or make a pull request.
If there are any issues, please let me know.
## How to use
1. Download the repository

Binary file not shown.

BIN
www.photopea.com/code/external/hb.wasm vendored Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -61,7 +61,7 @@
<script>if(localStorage.getItem("capShown")=="false" || window.self != window.top) hideCap();</script>
<!-- <script src="//apis.google.com/js/client.js"></script> -->
<script src="//apis.google.com/js/client.js"></script>
<script src="ads.js"></script>
<script src="code/external/ext.js"></script>
@@ -71,14 +71,14 @@
<script src="code/DBS.js"></script>
<script src="code/pp.js"></script>
<!-- <script> -->
<!-- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -->
<!-- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -->
<!-- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -->
<!-- })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -->
<!-- ga('create', 'UA-4249565-37', 'photopea.com'); -->
<!-- ga('send', 'pageview'); -->
<!-- </script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4249565-37', 'photopea.com');
ga('send', 'pageview');
</script>
</body>
</html>