Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix font family name preference (#13279)
Browse files Browse the repository at this point in the history
  • Loading branch information
swmitra authored and petetnt committed Apr 7, 2017
1 parent f9afa59 commit 9fa4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/ViewCommandHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ define(function (require, exports, module) {
* @param {string} fontFamily A string with the font family
*/
function _addDynamicFontFamily(fontFamily) {
_addDynamicProperty(DYNAMIC_FONT_STYLE_ID, {
_addDynamicProperty(DYNAMIC_FONT_FAMILY_ID, {
propName: "font-family",
propValue: fontFamily
});
Expand Down

0 comments on commit 9fa4b77

Please sign in to comment.