added pdf.js to add pdf support.

This commit is contained in:
ajurna
2020-05-21 19:22:24 +01:00
parent ca5bb60bb2
commit 8c8f7dd72f
23 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@font-face {
font-family: 'League Gothic';
src: url('league-gothic.eot');
src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
url('league-gothic.woff') format('woff'),
url('league-gothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}