Browse
For agents
About
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO
/
1.3.48
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO
v1.3.48
Switch version
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.54
1.3.53
1.3.52
1.3.51
1.3.50
1.3.49
1.3.48
All 180 releases
Overview
Code
disco
/
backend
/
views
/
components
/
Main
/
utilities
/
font-item.js
font-item.js
in Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO 1.3.48, at backend/views/components/Main/utilities/font-item.js
17 lines
298 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
export
const
fontWeightItems
=
{
2
300
:
'
Light
'
,
3
400
:
'
Regular
'
,
4
700
:
'
Bold
'
,
5
800
:
'
Extra Bold
'
,
6
}
;
7
8
export
const
fontItems
=
{
9
'
'
:
'
Select Font
'
,
10
arial
:
'
Arial
'
,
11
timesNewRoman
:
'
Times New Roman
'
,
12
verdana
:
'
Verdana
'
,
13
georgia
:
'
Georgia
'
,
14
cosmicSansMs
:
'
Comic Sans MS
'
,
15
impact
:
'
Impact
'
,
16
}
;
17