Skip to content

Commit 385a9db

Browse files
committed
final change font
1 parent 8dbe99f commit 385a9db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

templates/form.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>Spam Comment Detector</title>
55
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
6-
<link rel="stylesheet" href="https://font.googleapis.com/css?family=Copperplate">
6+
7+
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
8+
79
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
810
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
911
<script src="{{ url_for('static', filename='js/form.js') }}"></script>
@@ -27,7 +29,7 @@
2729
margin:0px;
2830
width:100%;
2931
align-items: center;
30-
font-family: Copperplate;
32+
font-family: 'Courier Prime', monospace;
3133
}
3234
@media screen and (min-width: 601px) {
3335
div.fontsz {
@@ -55,8 +57,8 @@
5557
<input type="text" class="form-control" id="nameInput" placeholder="Comment" style="height:40px;font-size:20pt;" size="40%">
5658
</div>
5759
</form>
58-
<div id="successAlert" class="alert alert-success" role="alert" style="display:none; width:60%;"></div>
59-
<div id="errorAlert" class="alert alert-danger" role="alert" style="display:none; width: 60%;"></div>
60+
<div id="successAlert" class="alert alert-success" role="alert" style="display:none; width:50%;"></div>
61+
<div id="errorAlert" class="alert alert-danger" role="alert" style="display:none; width: 50%;"></div>
6062
</div>
6163
</div>
6264
</center>

0 commit comments

Comments
 (0)