B
B
BestJS2018-04-12 22:38:53
css
BestJS, 2018-04-12 22:38:53

Why don't icons work on some computers?

Here is the page:
www.besedki.com/mail
here are the icons in working form on one computer:
5acfb586d34e3579456344.png
here they are not working on the other 5acfb5ab00a67505453944.png
I can't figure out what's wrong. Tell me please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anatoly, 2018-04-13
@BestJS

You sometimes look into the console, they write useful things there.
You have half of the fonts not connected.

cry
5acfd21b86556478970364.png

A
amygdala, 2014-03-14
@amygdala

.doc files are binary.
Those. need a converter to convert
Everything is easier with .docx. They are essentially a zip archive with xml structure , resources, etc.
Those. it all comes down to the fact that purely in js, loading a file and showing it is too non-trivial a task.
The solution we used in our product is the Aspose.word server library . It is, of course, paid, but it can convert doc and docx (and a bunch of other) files into html markup. I saw repositories with similar projects on github, but I never got around to studying them

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question