Add font-size

This commit is contained in:
Anthony Rose 2025-03-03 16:14:00 +00:00
parent 707f7d0cb3
commit ce6a5cc865

View file

@ -7,7 +7,7 @@ cat << __EOF__
<html>
<head>
<title>$1</title>
<style>body{font-family:sans-serif;margin:auto;width:180mm;}</style>
<style>body{font-family:sans-serif;font-size:12pt;margin:auto;width:180mm;}</style>
</head>
<body>
__EOF__