mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Use local assets
This commit is contained in:
parent
f8b7f9dd82
commit
2f66cd228a
6
web/public/assets/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css
vendored
Normal file
6
web/public/assets/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -82,7 +82,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="assets/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<base href="/">
|
||||
</head>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// styles in src/style directory are applied to the whole page
|
||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100|Roboto:300');
|
||||
@import 'assets/opensans100-roboto300';
|
||||
@import '../../node_modules/angular2-toaster/toaster';
|
||||
@import "themes/themes";
|
||||
@import "components/ibox";
|
||||
|
6
web/style/assets/opensans100-roboto300
Normal file
6
web/style/assets/opensans100-roboto300
Normal file
@ -0,0 +1,6 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
|
||||
}
|
Loading…
Reference in New Issue
Block a user