mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
12 lines
189 B
CSS
12 lines
189 B
CSS
.foo {
|
|
font-family: "Hoefler Text", "Constantia", "Georgia", serif;
|
|
}
|
|
|
|
.bar {
|
|
font-family: "0font", "--font", "-0font", serif;
|
|
}
|
|
|
|
.baz {
|
|
font-family: 'Glyphicons Halflings', serif;
|
|
}
|