Updated stylesheets.js adding local() property with Paul Irish smiley…#51
Updated stylesheets.js adding local() property with Paul Irish smiley…#51aminta wants to merge 1 commit intodotcore64:masterfrom aminta:patch-1
Conversation
| ` font-family: "${name}";`, | ||
| ` src: url("${filename}.eot");`, | ||
| ` src: url("${filename}.eot?#iefix") format("embedded-opentype"),`, | ||
| ` src: local("☺︎"),`, |
There was a problem hiding this comment.
Strings must use singlequote quotes
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, | ||
| ` url(${woff2}) format("woff2"),`, | ||
| ` url(${woff}) format("woff"),`, | ||
| ` url(${ttf}) format("ttf"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` src: local("☺︎"),`, | ||
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, | ||
| ` url(${woff2}) format("woff2"),`, | ||
| ` url(${woff}) format("woff"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` src: url("${filename}.eot");`, | ||
| ` src: local("☺︎"),`, | ||
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, | ||
| ` url(${woff2}) format("woff2"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` font-family: "${name}";`, | ||
| ` src: url("${filename}.eot");`, | ||
| ` src: local("☺︎"),`, | ||
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` src: url("${filename}.eot");`, | ||
| ` src: local("☺︎"),`, | ||
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, | ||
| ` url(${woff2}) format("woff2"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` font-family: "${name}";`, | ||
| ` src: url("${filename}.eot");`, | ||
| ` src: local("☺︎"),`, | ||
| ` url("${filename}.eot?#iefix") format("embedded-opentype"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| '@font-face {', | ||
| ` font-family: "${name}";`, | ||
| ` src: url("${filename}.eot");`, | ||
| ` src: local("☺︎"),`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
Strings must use singlequote quotes
| ` url(${ttf}) format("ttf"),`, | ||
| '@font-face {', | ||
| ` font-family: "${name}";`, | ||
| ` src: url("${filename}.eot");`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
| ` url(${woff}) format("woff"),`, | ||
| ` url(${ttf}) format("ttf"),`, | ||
| '@font-face {', | ||
| ` font-family: "${name}";`, |
There was a problem hiding this comment.
Expected indentation of 4 spaces but found 6 indent
… varation
See: https://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley