UNPKG

@isicily/epidoc-viewer-core

Version:

exports a javascript function for converting epidoc to Leiden

4 lines (3 loc) 519 B
"use strict"; var styles = "\n.leiden-num-span {\n float: left;\n width: 40px;\n}\n\n.leiden-transcription {\n font-family: NewAthena;\n}\n\n.underline {\n text-decoration-line: underline;\n}\n\n.supraline {\n text-decoration-line: overline;\n}\n\n.strikethrough {\n text-decoration-line: line-through;\n}\n\n.section-heading {\n display:block;\n margin-top:1em\n}\n\n.single-space-holder::after { \n content: '\\0020'; \n}\n"; document.head.appendChild(document.createElement("style")).innerHTML = styles;