@wcardinal/wcardinal-ui 0.381.0 → 0.382.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Winter Cardinal UI v0.381.0
2
+ Winter Cardinal UI v0.382.0
3
3
  Copyright (C) 2019 Toshiba Corporation
4
4
  SPDX-License-Identifier: Apache-2.0
5
5
 
@@ -161,7 +161,7 @@
161
161
  function DThemeWhiteFont() {
162
162
  }
163
163
  DThemeWhiteFont.prototype.getFontFamilly = function () {
164
- return "ProximaNova,-apple-system,Meiryo,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif";
164
+ return "\"Helvetica Neue\",Arial,\"Hiragino Sans\",\"Hiragino Kaku Gothic ProN\",\"BIZ UDPGothic\",Meiryo,sans-serif";
165
165
  };
166
166
  DThemeWhiteFont.prototype.getFontSize = function () {
167
167
  return 14;