-
Hi - i've got your plugin running nicely, there's just a couple of issues with it adding classes to root elements such as html, and @font-face values. can that be prevented?
-
There should be a specific thread for this?
I made a quick(subject to change/approval) icon collection on fontello which should cover all the png images
https://drive.google.com/file/d/0B2EsjStXMIFZd…
-
```
http://www.w3.org/TR/css3-fonts/#font-resources
https://developer.mozilla.org/en/CSS/@font-face
```
Original issue reported on code.google.com by `fabien.menager` on 14 Sep 2010 at 8:03
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
The font size for the code is a little bigger, and the spaces …
-
### Describe the bug
With Storybook 8.2.0 or higher, and **using [Bun](https://bun.sh) as the JavaScript runtime instead of Node.js**, the Storybook server starts correctly but upon trying to load …
-
I have a font-face definition
```scss
@font-face {
font-family: 'NotoSans';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/NotoSans400.ttf') format('truetype');
}
``…
-
GtkSharp using [RTLD_GLOBAL](https://github.com/GtkSharp/GtkSharp/blob/b7303616129ab5a0ca64def45649ab522d83fa4a/Source/Libs/Shared/FuncLoader.cs#L88-L89) causes libHarfBuzzSharp.so to **resolve its ow…
-
When I load a custom font, all other fonts are ignored and rendered by the default font.
Wkhtmltopdf version: 0.12.4 (I downloaded the lastest version).
I downloaded the 0.13.0-apha, with that versi…
-
测试了几个主题,发现存在横排变竖排的情况hengpaibianshupai
除了WeChat 主题外好像都存在这个问题
```
solarized_rock:
name: 日光石
horizontal: true # true横排,false竖排
candidate_format: "%c %@ " # 用 1/6 em 空格 U…
-
It would be great if it would pair the fonts with a `fonts.css`/`fonts.less`/`fonts.scss`.
Which would look a bit like this:
```
@font-face {
font-family: 'FontA';
src: url('./fonts/font-a.eot')…