UNPKG

160 BJavaScriptView Raw
1
2/** The font module contains functions for handing the font.
3 * @module font
4 */
5
6import { cssAppend } from './font-css-append';
7
8export { cssAppend }