mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Set up Grunt
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: "Foo";
|
||||
src: url("foo.woff") format("woff");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
unicode-range: U+0-10FFFF;
|
||||
font-variant: normal;
|
||||
font-feature-settings: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Bar";
|
||||
src: url("bar.woff") format("woff");
|
||||
unicode-range: U+000000-10FFFF;
|
||||
font-weight: 400;
|
||||
}
|
||||
Reference in New Issue
Block a user