python library to extract html string using css font-family?
扔个三星炸死你
扔个三星炸死你 2017-06-12 09:27:55
0
2
1062

Is there a library that uses the font-family attribute of css to extract html strings under python? Used for font subsetting.

扔个三星炸死你
扔个三星炸死你

reply all(2)
我想大声告诉你

The question you asked is a bit vague. If you use CSS Selector to get the content in html, you can use lxml.cssselect. There are Chinese instructions for this, and it’s not just about using lxml

巴扎黑

font-family just specifies the font to use.

What you want to do is to calculate how many Chinese characters there are in an HTML article, and then dynamically or semi-statically generate a smaller Chinese character font containing only these characters for remote download and use?

If you just count Chinese characters, the set under python is actually the simplest.

But it is a big pitfall to generate the corresponding font library. Founder currently has a similar service, which seems to be called Yunziku. I have inquired about the price before, and the other party honestly said that there are many problems.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template