Load WooCommerce Star fonts via inline styles.
This commit is contained in:
parent
db7f3ed04f
commit
24b0596c71
2 changed files with 14 additions and 20 deletions
|
@ -4,12 +4,6 @@ Theme Name: _s
|
|||
WooCommerce styles override
|
||||
*/
|
||||
|
||||
/**
|
||||
* WooCommerce Plugin path variables
|
||||
*/
|
||||
$woocommerce__plugin-path: '../../plugins/woocommerce/';
|
||||
$woocommerce__plugin-assets-font-path: '#{$woocommerce__plugin-path}assets/fonts/';
|
||||
|
||||
/**
|
||||
* WooCommerce color variables
|
||||
*/
|
||||
|
@ -23,20 +17,6 @@ $woocommerce__color-info: #3D9CD2;
|
|||
@import "variables-site/variables-site";
|
||||
@import "mixins/mixins-master";
|
||||
|
||||
/**
|
||||
* Fonts
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'star';
|
||||
src: url('#{$woocommerce__plugin-assets-font-path}star.eot');
|
||||
src: url('#{$woocommerce__plugin-assets-font-path}star.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$woocommerce__plugin-assets-font-path}star.woff') format('woff'),
|
||||
url('#{$woocommerce__plugin-assets-font-path}star.ttf') format('truetype'),
|
||||
url('#{$woocommerce__plugin-assets-font-path}star.svg#star') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Shop tables
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue