mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
commit
77dddb270a
6
web/public/fonts/opensans100-roboto300
Normal file
6
web/public/fonts/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('../public/fonts/opensans100-roboto300.ttf') format('truetype');
|
||||||
|
}
|
BIN
web/public/fonts/opensans100-roboto300.ttf
Normal file
BIN
web/public/fonts/opensans100-roboto300.ttf
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
// styles in src/style directory are applied to the whole page
|
// 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 '../public/fonts/opensans100-roboto300';
|
||||||
@import '../../node_modules/angular2-toaster/toaster';
|
@import '../../node_modules/angular2-toaster/toaster';
|
||||||
@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
|
@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
|
||||||
@import "themes/themes";
|
@import "themes/themes";
|
||||||
|
Loading…
Reference in New Issue
Block a user