Skip to content

Commit c908d00

Browse files
Roboto font
1 parent a566ac5 commit c908d00

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

web/css/my.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Description:
66
Purpose of the stylesheet follows.
77
*/
8+
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100);
89
@font-face {
910
font-family: 'Glass';
1011
src: local('Glass Bold'), local('Multi-Bold'), url(../fonts/Arual.ttf) format('woff');
@@ -15,7 +16,7 @@
1516
}
1617

1718
body,html,td,table,div,th,font,h2,div,a,thead,tbody{
18-
font-family: 'Glass';
19+
font-family: 'Roboto', sans-serif;
1920

2021

2122

@@ -31,6 +32,11 @@ body{
3132
background: black;
3233
padding: 0px; margin: 0px;
3334
color: #FFFFFF;
35+
background-color: #000;
36+
color: #fff;
37+
font-family: 'Roboto', sans-serif;
38+
font-weight: 100;
39+
text-shadow: 0 1px 1px #000;
3440

3541
}
3642
div {
@@ -41,7 +47,7 @@ div {
4147
#number{
4248
position:absolute;
4349
left:730px;
44-
top:40px;
50+
top:0px;
4551
width: 250px;
4652
text-align: right;
4753

@@ -53,14 +59,14 @@ div {
5359
position:absolute;
5460
left:500px;
5561
width: 150px;
56-
top:20px;
62+
top:0px;
5763
text-align: right;
5864

5965
}
6066

6167
#himage{ position:absolute;
62-
left:680px;
63-
top:50px;
68+
left:695px;
69+
top:70px;
6470
width:50px;
6571
}
6672
#log{

web/index.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and open the template in the editor.
99
<script src="js/jquery.js"></script>
1010
<script src="js/heartbeat.js"></script>
1111
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12+
1213
<link type="text/css" href="css/my.css" rel="stylesheet" />
1314

1415
</head>

0 commit comments

Comments
 (0)