mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-09-16 02:49:21 +00:00
makefile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@@ -14,8 +14,8 @@ table, th, td {
|
||||
}
|
||||
|
||||
table#grid td {
|
||||
font-family: monospace;
|
||||
font-size: 22px;
|
||||
font-family: 'Fira Mono', monospace;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
|
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<title>Wordsearch builder</title>
|
||||
<link rel="stylesheet" type="text/css" href="base.css" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500&family=Roboto:wght@500&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<%@ page import="uk.org.mafoo.wordsearch.*" %>
|
||||
<%@ page import="java.util.*" %>
|
||||
|
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<title>Wordsearch Builder</title>
|
||||
<link rel="stylesheet" type="text/css" href="base.css" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500&family=Roboto:wght@500&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wordsearch Builder</h1>
|
||||
|
Reference in New Issue
Block a user