parent
72b166348c
commit
314e7777d0
|
@ -38,6 +38,10 @@
|
||||||
/* 01. THEME DEFAULT CSS START
|
/* 01. THEME DEFAULT CSS START
|
||||||
/*----------------------------------------*/
|
/*----------------------------------------*/
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||||
|
/* Open Sans */
|
||||||
|
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700');
|
||||||
|
/* Open Sans */
|
||||||
|
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
|
||||||
:root {
|
:root {
|
||||||
/**
|
/**
|
||||||
@font family declaration
|
@font family declaration
|
||||||
|
@ -9329,8 +9333,7 @@ p.checkout-coupon input[type=text]:focus {
|
||||||
/************************
|
/************************
|
||||||
Designed by : http://responsivewebinc.com
|
Designed by : http://responsivewebinc.com
|
||||||
************************/
|
************************/
|
||||||
/* Open Sans */
|
|
||||||
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700');
|
|
||||||
/* General */
|
/* General */
|
||||||
body {
|
body {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -9978,8 +9981,7 @@ hr {
|
||||||
/************************
|
/************************
|
||||||
Designed by : http://responsivewebinc.com
|
Designed by : http://responsivewebinc.com
|
||||||
************************/
|
************************/
|
||||||
/* Open Sans */
|
|
||||||
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
|
|
||||||
/* General */
|
/* General */
|
||||||
body {
|
body {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|
Loading…
Reference in New Issue