feat: self-hosted WOFF2 fonts via base64 embedding (#88) #96

Open
Claude wants to merge 1 commits from ai/paper-dynasty-database#88 into main
2 changed files with 25 additions and 3 deletions

View File

@ -2,9 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
{% include 'style.html' %} {% include 'style.html' %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Source+Sans+3:wght@400;700&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div id="fullCard" style="width: 1200px; height: 600px;"> <div id="fullCard" style="width: 1200px; height: 600px;">

File diff suppressed because one or more lines are too long