font changed
This commit is contained in:
parent
80e95b3f91
commit
7aff18e09f
@ -1,13 +1,15 @@
|
||||
/*---------------
|
||||
1.1 Scaffolding
|
||||
---------------*/
|
||||
$mat-font-family: Didact Gothic, sans serif;
|
||||
@import url('https://fonts.googleapis.com/css?family=Didact Gothic&display=swap');
|
||||
$mat-font-family: 'Didact Gothic', sans serif;
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
*{
|
||||
font-family: $mat-font-family;
|
||||
font-weight:400 !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@ -30,7 +32,7 @@ html, body {
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: $font-weight-base;
|
||||
|
||||
font-size: $font-size-base;
|
||||
color: rgba(mat-color($foreground, base), 0.87);
|
||||
line-height: 1.5;
|
||||
|
||||
@ -115,9 +115,11 @@
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
|
||||
<link rel="stylesheet" href="assets/wheather-icon/css/weather-icons.min.css" />
|
||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">-->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
|
||||
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Didact Gothic&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user