Skip to content

Instantly share code, notes, and snippets.

View simplable-dev's full-sized avatar

simplable-dev

View GitHub Profile
@simplable-dev
simplable-dev / index.html
Created April 21, 2025 11:32
Font rendering issue in electron (zoomed)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Relaxed CSP for testing -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'unsafe-inline';
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
font-src 'self' https://fonts.gstatic.com;