diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-06 19:21:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-06 19:21:02 +0200 |
commit | fa40cbc3b26e2a7b01a6273def62fa8bb552c7b6 (patch) | |
tree | e7d039b7eae9fd540b7bede06c0e20dea8a80652 /client/src/sass/application.scss | |
parent | 96bb360d9f4ad410ad753cb0c4d8d0a7bfd033f4 (diff) | |
download | PeerTube-fa40cbc3b26e2a7b01a6273def62fa8bb552c7b6.tar.gz PeerTube-fa40cbc3b26e2a7b01a6273def62fa8bb552c7b6.tar.zst PeerTube-fa40cbc3b26e2a7b01a6273def62fa8bb552c7b6.zip |
Only use woff2 for fonts
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 8331c9fa3..850fd1d0b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -4,8 +4,7 @@ | |||
4 | $icon-font-path: '../../node_modules/bootstrap-sass/assets/fonts/bootstrap/'; | 4 | $icon-font-path: '../../node_modules/bootstrap-sass/assets/fonts/bootstrap/'; |
5 | @import '_bootstrap'; | 5 | @import '_bootstrap'; |
6 | 6 | ||
7 | $FontPathSourceSansPro: '../../node_modules/npm-font-source-sans-pro/fonts'; | 7 | @import '_fonts'; |
8 | @import '~npm-font-source-sans-pro/source-sans-pro'; | ||
9 | 8 | ||
10 | @import '~primeng/resources/themes/bootstrap/theme.css'; | 9 | @import '~primeng/resources/themes/bootstrap/theme.css'; |
11 | @import '~primeng/resources/primeng.css'; | 10 | @import '~primeng/resources/primeng.css'; |