Skip to content

Commit ec3e7f7

Browse files
committed
Adding Open Sans Condensed font
1 parent 6f30b91 commit ec3e7f7

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
href="images/favicon.ico">
1010

1111
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
12+
1213
<style>
1314
body {
1415
background-color: #8DC63F;
15-
font-family: 'Arial', sans-serif;
16+
font-family: 'Open Sans Condensed', 'Arial', sans-serif;
1617
color: #F43F08 ;
1718

1819
}

search.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<link rel="icon"
55
type="image/ico"
66
href="images/favicon.ico">
7+
8+
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
9+
710
<meta charset='utf-8'>
811
<meta http-equiv="X-UA-Compatible" content="chrome=1">
912
<meta name="viewport" content="width=640" />
@@ -15,6 +18,10 @@
1518
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
1619
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyDhsHJlSCMPByughcrSBtcRJsWEDekef0I"></script>
1720
<style type="text/css">
21+
22+
body, .start, .end, .time {
23+
font-family: 'Open Sans Condensed', 'Arial', sans-serif;
24+
}
1825

1926
.dropdown-submenu {
2027
position: relative;
@@ -131,7 +138,7 @@
131138
.searchLabel{
132139
display: inline-block;
133140
width: 100px;
134-
141+
font-size: 25px;
135142
}
136143
.printLabel{
137144
position:relative;
@@ -173,6 +180,15 @@
173180
display: none;
174181
}
175182

183+
#searchResults a {
184+
border: 2px solid yellow;
185+
border-radius: 5px;
186+
margin: 4px;
187+
padding: 0 10px;
188+
line-height: 2.3em;
189+
display: inline-block;
190+
}
191+
176192
@media (max-width: 1024px) {
177193
.start, .end, .time
178194
{

0 commit comments

Comments
 (0)