Update various font files and licensing documents across multiple font families.

This commit is contained in:
Matt Troutman 2025-05-19 11:57:58 -05:00
parent 5bd74dec5e
commit f1ec7227c1
No known key found for this signature in database
267 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/* Webfont: Spencer-Regular */@font-face {
font-family: 'Spencer';
src: url('Spencer.eot'); /* IE9 Compat Modes */
src: url('Spencer.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('Spencer.woff') format('woff'), /* Modern Browsers */
url('Spencer.woff2') format('woff2'), /* Modern Browsers */
url('Spencer.ttf') format('truetype'); /* Safari, Android, iOS */
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}

View file

@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="en-us" http-equiv="Content-Language"/>
<title>Spencer Regular - Web Font Specimen</title>
<link rel="stylesheet" type="text/css" media="screen" href="Spencer.css" />
<style type="text/css" media="screen">
body { font-size: 42px; font-family: "Spencer", Georgia; }
</style>
</head>
<body>
<p contenteditable="true">The quick brown fox jumps over the lazy dog. $123.45!</p>
</body>
</html>