-
```
What steps will reproduce the problem?
1.
2.@font-face {
font-family: 'Segoeuil';
src: url('../fonts/segoeuil.eot');
src: url('../fonts/segoeuil.eot?iefix') format('eot'),
ur…
-
```
The test RTE2-C_FN:c_FONTf:a-1_SI changes the font to Courier on the input
foo[bar]baz
It expects
foo[bar]baz
which is what WebKit produces. It deems
foo[bar]baz
to be acceptable, but…
-
```
The test RTE2-C_FN:c_FONTf:a-1_SI changes the font to Courier on the input
foo[bar]baz
It expects
foo[bar]baz
which is what WebKit produces. It deems
foo[bar]baz
to be acceptable, but…
-
### Describe the bug
The installation of the package `google-fonts` breaks emoji usage via the Noto Color Emoji font in Kitty.
### Steps To Reproduce
Steps to reproduce the behavior using home-ma…
-
For example:
@mixin font-face($name, $file)
{
@font-face
{
font-family: $name;
src: url($file);
}
}
-
That may be an Unvanquished issue, but this is close to some other issues like:
- https://github.com/DaemonEngine/Daemon/issues/564
and especially this comment: https://github.com/DaemonEngine/D…
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
What was the input stylesheet and/or configuration options?
@font-face{
font-family: 'HelveticaNeueBoldCond';
src: url('.…
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
What was the input stylesheet and/or configuration options?
@font-face{
font-family: 'HelveticaNeueBoldCond';
src: url('.…
-
According to MDN's documentation on [At-Rules Nesting](https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule#nested), `@font-face` is allowed to be nested within conditional At-Rules such as `@medi…
-
Adding
```elisp
(defun serve-d-command ()
"Shell command to start serve-d."
'("dub" "run" "serve-d@~master")) ;; "--logfile" "serve-d.log" "--loglevel" "all"
(require 'lsp-mode nil t)
…