Spaces:
Configuration error
Configuration error
| .fontmap-v2-container { | |
| width: 100vw; | |
| height: 100vh; | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .fontmap-v2-svg { | |
| width: 100%; | |
| height: 100%; | |
| display: block; | |
| } | |
| .loading, | |
| .error { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| transform: translate(-50%, -50%); | |
| font-size: 18px; | |
| font-family: system-ui, -apple-system, sans-serif; | |
| } | |
| .error { | |
| color: #e74c3c; | |
| } | |
| .info { | |
| position: fixed; | |
| top: 20px; | |
| left: 20px; | |
| background: rgba(0, 0, 0, 0.8); | |
| color: white; | |
| padding: 10px 15px; | |
| border-radius: 6px; | |
| font-family: 'Courier New', monospace; | |
| font-size: 12px; | |
| z-index: 1000; | |
| } | |
| .info div { | |
| margin: 2px 0; | |
| } |