Skip to content

Commit

Permalink
Merge pull request #33 from oetiker/theme-folder
Browse files Browse the repository at this point in the history
move resources into theme folder
  • Loading branch information
oetiker authored Oct 4, 2019
2 parents 7171ee7 + 0d37055 commit 5c077d5
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 2,415 deletions.
2 changes: 1 addition & 1 deletion Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "tobi@itis.swiss"
}
],
"version": "0.4.10"
"version": "0.4.11"
},
"provides": {
"namespace": "osparc.theme",
Expand Down
16 changes: 8 additions & 8 deletions source/class/osparc/theme/osparcdark/Font.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
theme included with Qooxdoo.
************************************************************************ */
/**
* @asset(osparc/font/*.woff)
* @asset(osparc/font/*.woff2)
* @asset(osparc/font/*.eot)
* @asset(osparc/font/*.ttf)
* @asset(osparc/theme/font/*.woff)
* @asset(osparc/theme/font/*.woff2)
* @asset(osparc/theme/font/*.eot)
* @asset(osparc/theme/font/*.ttf)
*/
/**
* The simple qooxdoo font theme.
Expand All @@ -35,10 +35,10 @@ qx.Theme.define("osparc.theme.osparcdark.Font", {
{
family: "Roboto",
source: [
"osparc/font/roboto-v18-latin_latin-ext-regular.eot",
"osparc/font/roboto-v18-latin_latin-ext-regular.woff2",
"osparc/font/roboto-v18-latin_latin-ext-regular.woff",
"osparc/font/roboto-v18-latin_latin-ext-regular.ttf"
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.eot",
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.woff2",
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.woff",
"osparc/theme/font/roboto-v18-latin_latin-ext-regular.ttf"
]
}
]
Expand Down
202 changes: 0 additions & 202 deletions source/resource/osparc/font/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 5c077d5

Please sign in to comment.