add roboto font to index.html and make all h1 align center
This commit is contained in:
parent
203577b032
commit
e81aaaeaa8
|
@ -8,6 +8,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,900" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
|
|
@ -121,6 +121,7 @@ $sartography-theme: mat-light-theme($sartography-primary, $sartography-accent, $
|
|||
h1 {
|
||||
font-size: 54px;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
h2 {
|
||||
font-size: 40px;
|
||||
|
|
Loading…
Reference in New Issue