Merge branch 'master' of bitbucket.org:venbainformationtechnology/appointments_frontend
This commit is contained in:
commit
dcc6c9f2ea
@ -1,13 +1,15 @@
|
|||||||
/*---------------
|
/*---------------
|
||||||
1.1 Scaffolding
|
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 {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
*{
|
*{
|
||||||
font-family: $mat-font-family;
|
font-family: $mat-font-family;
|
||||||
|
font-weight:400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@ -30,7 +32,7 @@ html, body {
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: $font-weight-base;
|
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
color: rgba(mat-color($foreground, base), 0.87);
|
color: rgba(mat-color($foreground, base), 0.87);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|||||||
@ -115,9 +115,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<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="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 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">
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user