Skip to content

Commit c1fcc4c

Browse files
committed
up
1 parent 34c36d6 commit c1fcc4c

File tree

30 files changed

+328
-113
lines changed

30 files changed

+328
-113
lines changed

copy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var fs = require("fs-extra");
33
const path = require('path');
44

5-
var source = 'github-9jygxhve-agbrjju6/font'
5+
var source = 'github-9jygxhve-agbrjju6/jqx.gantt.css'
66
var source2 = 'github-9jygxhve-agbrjju6/src/assets/styles.css'
77

88
const dir = path.join(path.resolve(__dirname));
@@ -18,7 +18,7 @@ fs.readdirSync(dir).forEach((file, index) => {
1818
const newPath = path.join(path.resolve(subDir, demo));
1919
if (newPath.indexOf('gantt') >= 0) {
2020
console.log(newPath);
21-
fs.copySync(source, newPath + '/src/assets/font');
21+
fs.copySync(source, newPath + '/src/assets/jqx.gantt.css');
2222
}
2323
}
2424
});

gantt/defaultfunctionality/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nested-project/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nestedproject/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nonworking-days/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nonworking-hours/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nonworkingdays/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/nonworkinghours/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resource-timeline-mode-histogram/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resources-timeline-view/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resources-view/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resourcestimelineview/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resourcesview/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/resourcetimelinemodehistogram/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/sorting/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

gantt/task-baseline/src/assets/jqx.gantt.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -18131,12 +18131,20 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813118131
}
1813218132

1813318133
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18134+
font-family: jqx-gantt-icons;
18135+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18136+
src:
18137+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18138+
format("woff2"),
18139+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18140+
format("woff"),
18141+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18142+
format("truetype");
18143+
font-weight: normal;
18144+
font-style: normal;
1813818145
}
1813918146

18147+
1814018148
.jqx-arrow {
1814118149
background-position: center;
1814218150
background-repeat: no-repeat;

0 commit comments

Comments
 (0)