refactor: remove unused font import

This commit is contained in:
Sergey Andrievskiy 2019-06-24 13:57:53 +03:00
parent 25724812c4
commit 3bedd2588d

View file

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,600,800&display=swap'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
// themes - our custom or/and out of the box themes // themes - our custom or/and out of the box themes
@import 'themes'; @import 'themes';