-
```
Like your problem with @media xxx there's a problem with @font-face, it throws
an error "Illegal operation on WrappedNative prototype object" at line 701 :
var bgPos = rule.style.backgroundPosit…
-
```
Currently directives like:
@font-face {
font-family: 'RokkittRegular';
src: url('fonts/rokkitt-webfont.eot');
}
are not parsed. I believe that they are passed through the parser, so that the
…
-
Affected Branch: main Affected Build: 17.8.0 Preview 2.0 [34308.144.main] Version info:
.NET
SDK: 8.0.100
Sdk-manifest: 8.0.100
microsoft.net.sdk.android: 34.0.43
micros…
-
```
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
-
```
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 a way to modify the font path that the package uses?
I'd like to use an icon in an error message when the connection to Meteor fails. This doesn't work because it appears that the font is lo…
ghost updated
8 years ago
-
Hi
Great tool. It works great except that it doesn't remove unused CSS items, e.g.
```css
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato R…
-
## Expected behavior
`cider-test-run-test` runs `complex-metadata` test.
## Actual behavior
`cider-test-run-test` runs `no-metadata` test.
## Steps to reproduce the problem
Create a fre…
-
Making sure everyone reads using the correct font helps ease the problem of assuring consistent display of the page design for all users and devices. Issue #148 "Ligatures Mangled" dealt specifically …
-
# Documentation Issue
I'm assuming this is a documentation thing rather than a bug with Zola.
I'd like to include my own font files with the site, and include them via a CSS ``@font-face`` rule.…