vgalin / html2image

A package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files.
MIT License
354 stars 43 forks source link

font size disbalance! #48

Closed sandeepyadav1478 closed 2 years ago

sandeepyadav1478 commented 3 years ago

original image:

Screenshot (150)

and output from ur library:

delta08

code sample:

       .boxsh {
            box-shadow: 0px 8px 6px -6px #000;
        }
        .bold {
            font-size: 90%;
        }
        .mini {
            font-size: 85%;
            word-wrap: break-word;
        }
        .waka {
            position: absolute;
            top: 23%;
            left: 43.2%;
            width: 15%;

        }
        td {
            font-size: 85%;
            padding: 5px;
            text-align: center;
        }
sandeepyadav1478 commented 3 years ago

font family is also not working.