Sans-serif font

This commit is contained in:
foo 2016-12-19 14:24:13 +00:00
parent 1e327216f5
commit 3876a17453

View File

@ -2,6 +2,7 @@
<head> <head>
<title>Wordsearch builder</title> <title>Wordsearch builder</title>
<style> <style>
body { font-family: sans-serif; }
table, th, td { table, th, td {
border: 1px solid black; border: 1px solid black;
border-collapse: collapse; border-collapse: collapse;