Branch: refs/heads/master
Home: https://github.com/qooxdoo/qooxdoo
Commit: cec3a93b6a88413610afaeb1f541dc920bf581f4
https://github.com/qooxdoo/qooxdoo/commit/cec3a93b6a88413610afaeb1f541dc920bf581f4
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2015-05-12 (Tue, 12 May 2015)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
M framework/source/class/qx/bom/webfonts/WebFont.js
Log Message:
-----------
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
Commit: 287edbbd6d1011e9e542c646063bebbed7a7ace2
https://github.com/qooxdoo/qooxdoo/commit/287edbbd6d1011e9e542c646063bebbed7a7ace2
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
M framework/source/class/qx/bom/webfonts/WebFont.js
Log Message:
-----------
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
Commit: c27c524bbd9a00767672e47c7bd16e6cd1a5b33f
https://github.com/qooxdoo/qooxdoo/commit/c27c524bbd9a00767672e47c7bd16e6cd1a5b33f
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
Log Message:
-----------
in order to implement feature #9119, we have changed the way font-weight and font-style are handled. Instead of using bold:true and italic:true which is somehow limitative, we now use fontWeight: "bold" and fontStyle:"italic" which opens the declaration to other weights and styles.
Commit: 51b51ee53b917ff2c834f7b6f6f7ada078e528e7
https://github.com/qooxdoo/qooxdoo/commit/51b51ee53b917ff2c834f7b6f6f7ada078e528e7
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Log Message:
-----------
Merge remote-tracking branch 'origin/feature-9119' into feature-9119
* origin/feature-9119:
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
# Conflicts:
# framework/source/class/qx/bom/webfonts/Manager.js
Commit: 7633d05e2986d1bc50eee997e4d7be7b05b3609d
https://github.com/qooxdoo/qooxdoo/commit/7633d05e2986d1bc50eee997e4d7be7b05b3609d
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
M framework/source/class/qx/bom/webfonts/WebFont.js
Log Message:
-----------
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
Commit: e87b21e80e2cdbb403537873b208c24ac9f5c74b
https://github.com/qooxdoo/qooxdoo/commit/e87b21e80e2cdbb403537873b208c24ac9f5c74b
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
Log Message:
-----------
in order to implement feature #9119, we have changed the way font-weight and font-style are handled. Instead of using bold:true and italic:true which is somehow limitative, we now use fontWeight: "bold" and fontStyle:"italic" which opens the declaration to other weights and styles.
Commit: 9d4403a41337862b9c9c0ee8e988a70412890ba7
https://github.com/qooxdoo/qooxdoo/commit/9d4403a41337862b9c9c0ee8e988a70412890ba7
Author: Vincent Vandenschrick <vva...@gm...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Log Message:
-----------
Merge branch 'feature-9119' of https://github.com/vvandens/qooxdoo into feature-9119
* 'feature-9119' of https://github.com/vvandens/qooxdoo:
in order to implement feature #9119, we have changed the way font-weight and font-style are handled. Instead of using bold:true and italic:true which is somehow limitative, we now use fontWeight: "bold" and fontStyle:"italic" which opens the declaration to other weights and styles.
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
Bug 9119 - Web fonts integration does not allow to use multiple files for the same family
Commit: 7fa135a42186d6117b387510e7369df6bcfdabd7
https://github.com/qooxdoo/qooxdoo/commit/7fa135a42186d6117b387510e7369df6bcfdabd7
Author: Tobias Oetiker <to...@oe...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/webfonts/Manager.js
M framework/source/class/qx/bom/webfonts/WebFont.js
Log Message:
-----------
Merge pull request #172 from vvandens/feature-9119
feature-9119 : Web fonts integration does not allow to use multiple files for the same family
Compare: https://github.com/qooxdoo/qooxdoo/compare/872d1844e7e6...7fa135a42186 |