Open
Description
@font-face {
font-family: Raleway;
src: url("@{css-framework-fonts}raleway-light.woff2") format("woff2"),
url("@{css-framework-fonts}raleway-light.woff") format("woff");
font-weight: 300;
font-style: normal;
}
I've tried isolating both formats with no difference in output.
I understand the excessive bloat that this will produce, but it is necessary for local access to my CSS documentation in Firefox, where the same-origin policy is different from other browsers.
Metadata
Metadata
Assignees
Labels
No labels