Skip to content

Commit f931c63

Browse files
committed
updated
1 parent 9734182 commit f931c63

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

lessons/lesson-grid/index.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
body, html, p, div, input, select {
46-
font-family: Roboto, sans-serif;
46+
font-family: Arial, sans-serif;
4747
font-size: 14px;
4848
user-select: none;
4949
-moz-user-select: None;
@@ -56,20 +56,6 @@
5656
/*display: inline-block;*/
5757
}
5858

59-
/* roboto-regular - latin */
60-
@font-face {
61-
font-family: 'Roboto';
62-
font-style: normal;
63-
font-weight: 400;
64-
src: url('../roboto/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
65-
src: local('Roboto'), local('Roboto-Regular'),
66-
url('../roboto/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
67-
url('../roboto/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
68-
url('../roboto/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
69-
url('../roboto/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
70-
url('../roboto/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
71-
}
72-
7359
p.reportfont_m {
7460
font-size: 7px;
7561
margin: 0;
@@ -196,7 +182,6 @@
196182

197183

198184
</style>
199-
<link rel="stylesheet" type="text/css" href="styles.css">
200185
</head>
201186
<body>
202187
<form id="mainform" class="gridcontainer">

0 commit comments

Comments
 (0)