mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
build(dependencies): add roboto font
This commit is contained in:
parent
6e3f8537cd
commit
2d6e848df3
5 changed files with 29 additions and 38 deletions
|
|
@ -1,3 +1,4 @@
|
|||
@import 'sass/conf/conf';
|
||||
@import 'sass/preloader';
|
||||
@import 'sass/ionicons';
|
||||
@import 'sass/fonts';
|
||||
|
|
|
|||
3
src/app/theme/sass/_fonts.scss
Normal file
3
src/app/theme/sass/_fonts.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$roboto-font-path: "~roboto-fontface/fonts/";
|
||||
|
||||
@import "~roboto-fontface/css/roboto/sass/roboto-fontface";
|
||||
|
|
@ -33,8 +33,5 @@
|
|||
<script src="/webpack-dev-server.js"></script>
|
||||
<% } %>
|
||||
|
||||
<link
|
||||
href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue