UNPKG

file2html-ooxml

Version:
11 lines (10 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function rFontsStyle(style, attributes) { var fontFamily = attributes['w:ascii']; if (fontFamily) { style += 'font-family:' + fontFamily + ';'; } return style; } exports.default = rFontsStyle;