Skip to content

Instantly share code, notes, and snippets.

@Lexicality
Created October 24, 2016 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lexicality/cce5d836473c57c407fd6af6b587e8d0 to your computer and use it in GitHub Desktop.
Save Lexicality/cce5d836473c57c407fd6af6b587e8d0 to your computer and use it in GitHub Desktop.
remy/inliner fails to inline fonts with querystrings in file mode
@font-face {
src: url('./fonts-querystring.woff?');
}
<head><style>@font-face{ src:url("data:application/font-woff;base64,dGhpcyBpcyBhIGZvbnQK");}</style> </head>
<head><link rel="stylesheet" type="text/css" href="fonts-querystring.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment