Merge pull request #272 from Perflyst/fix-256

Use local assets
This commit is contained in:
Travis Ralston 2019-04-14 10:18:57 -06:00 committed by GitHub
commit 77dddb270a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View 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');
}

Binary file not shown.

View File

@ -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 '../public/fonts/opensans100-roboto300';
@import '../../node_modules/angular2-toaster/toaster';
@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import "themes/themes";