add roboto font to index.html and make all h1 align center

This commit is contained in:
eleanor 2018-11-12 09:02:11 -05:00
parent 203577b032
commit e81aaaeaa8
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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;