Add a new dashboard page.
This commit is contained in:
parent
89150e1164
commit
fd24b1898e
133 changed files with 17303 additions and 11112 deletions
39
webui/src/css/sass/_fonts.scss
Normal file
39
webui/src/css/sass/_fonts.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/* nunito-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/nunito-v11-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Nunito Regular'), local('Nunito-Regular'),
|
||||
url('../fonts/nunito-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/nunito-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/nunito-v11-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* nunito-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('../fonts/nunito-v11-latin-600.eot'); /* IE9 Compat Modes */
|
||||
src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
|
||||
url('../fonts/nunito-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/nunito-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-600.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/nunito-v11-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* nunito-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('../fonts/nunito-v11-latin-700.eot'); /* IE9 Compat Modes */
|
||||
src: local('Nunito Bold'), local('Nunito-Bold'),
|
||||
url('../fonts/nunito-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/nunito-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-700.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/nunito-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/nunito-v11-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue