Skip to content

Commit 0d37055

Browse files
committed
move resources into theme folder
1 parent 7171ee7 commit 0d37055

File tree

44 files changed

+9
-2415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9
-2415
lines changed

Manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"email": "tobi@itis.swiss"
1212
}
1313
],
14-
"version": "0.4.10"
14+
"version": "0.4.11"
1515
},
1616
"provides": {
1717
"namespace": "osparc.theme",

source/class/osparc/theme/osparcdark/Font.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
theme included with Qooxdoo.
1818
************************************************************************ */
1919
/**
20-
* @asset(osparc/font/*.woff)
21-
* @asset(osparc/font/*.woff2)
22-
* @asset(osparc/font/*.eot)
23-
* @asset(osparc/font/*.ttf)
20+
* @asset(osparc/theme/font/*.woff)
21+
* @asset(osparc/theme/font/*.woff2)
22+
* @asset(osparc/theme/font/*.eot)
23+
* @asset(osparc/theme/font/*.ttf)
2424
*/
2525
/**
2626
* The simple qooxdoo font theme.
@@ -35,10 +35,10 @@ qx.Theme.define("osparc.theme.osparcdark.Font", {
3535
{
3636
family: "Roboto",
3737
source: [
38-
"osparc/font/roboto-v18-latin_latin-ext-regular.eot",
39-
"osparc/font/roboto-v18-latin_latin-ext-regular.woff2",
40-
"osparc/font/roboto-v18-latin_latin-ext-regular.woff",
41-
"osparc/font/roboto-v18-latin_latin-ext-regular.ttf"
38+
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.eot",
39+
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.woff2",
40+
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.woff",
41+
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.ttf"
4242
]
4343
}
4444
]

source/resource/osparc/font/LICENSE.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)