Changed font link
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1,wght@100..700" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
|||||||
@@ -43,6 +43,14 @@ body {
|
|||||||
transition: background-color 220ms ease, color 220ms ease;
|
transition: background-color 220ms ease, color 220ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.material-symbols-outlined {
|
||||||
|
font-variation-settings:
|
||||||
|
"FILL" 0, /* 0 oder 1 */
|
||||||
|
"wght" 400, /* 100..700 */
|
||||||
|
"GRAD" 0, /* -50..200 */
|
||||||
|
"opsz" 24; /* 20..48 */
|
||||||
|
}
|
||||||
|
|
||||||
/* smooth transition between theme change */
|
/* smooth transition between theme change */
|
||||||
.mat-toolbar,
|
.mat-toolbar,
|
||||||
.mat-mdc-card,
|
.mat-mdc-card,
|
||||||
|
|||||||
Reference in New Issue
Block a user