fix(console): static assets, edit csp (#3153)

* fix: static font, icons

* mat icon package

* csp

* lint

* rm csp line
This commit is contained in:
Max Peintner
2022-02-03 07:21:00 +01:00
committed by GitHub
parent 46ff51b631
commit bd2e7d8133
1577 changed files with 12894 additions and 16 deletions

View File

@@ -0,0 +1,69 @@
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 400;
src: url(/assets/fonts/lato/Lato-Regular.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 900;
src: url(/assets/fonts/lato/Lato-Black.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: 900;
src: url(/assets/fonts/lato/Lato-BlackItalic.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 700;
src: url(/assets/fonts/lato/Lato-Bold.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: 700;
src: url(/assets/fonts/lato/Lato-BoldItalic.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: 400;
src: url(/assets/fonts/lato/Lato-Italic.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 300;
src: url(/assets/fonts/lato/Lato-Light.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: 300;
src: url(/assets/fonts/lato/Lato-LightItalic.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 100;
src: url(/assets/fonts/lato/Lato-Thin.ttf) format('truetype');
}
@font-face {
font-family: Lato;
font-style: italic;
font-weight: 100;
src: url(/assets/fonts/lato/Lato-ThinItalic.ttf) format('truetype');
}