Wenting Zhang

Results 18 comments of Wenting Zhang

typekit 有成熟的dynamic font subsetting方案,但是目前只在日本launch了

#75 I submitted a Pull Request to solve this issue. Please note: I think it would be better to set the svg width based on this glyph's actual canvas width,...

alternative pull request #76 use `viewBox` instead of `width` and `height`, this will make the SVG responsive

@Lorp scaled by 1000/unitsPerEm by a group makes sense to me, in that case, the SVG width height should be hardcoded 1000. However I don't see the group being scaled...

+1, had the same issue, with small-cap followed directly by quotes, there is no push quote before the pull quote which creates the problem

Nice! I plan to add this soon. Just before pesedo element is often occupied, need to make sure it doesn't change the appearance of the icons.

are you looking to use some of the icons in your wordpress plugin, feel free to go ahead! On Fri, Jan 6, 2017 at 1:10 PM, sujaypawar wrote: > I...

it is separated in scss for each main and pseudo element to make the inspector work. it is put together with scss import in the main icon.scss file. Why do...

I see! right now I do `@import 'icons/search/*';` in scss, would that work in your case? it just needs globbling

after all icon get finalized, i can create those single css with some auto task runner :)