-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 931 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue-firebase-authentication</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
</head>
<body>
<style>
@font-face {
font-family: 'Product Sans';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
* {
font-family: Product Sans, sans-serif;
font-size: 1.06em;
}
.v-label {
font-size: 18px !important;
}
.headline {
font-family: Product Sans, sans-serif !important;
font-size: 18px !important;
}
</style>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>