export function fontSize (size) { let clientHeight = window.screen.availHeight if (!clientHeight) return let fontSize = size / 1080 * clientHeight return fontSize }