Skip to content

Commit bad61bb

Browse files
committed
Change font
1 parent 9414df0 commit bad61bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Customized version of bootstrap using variables from _variables.scss.
33
* This file is loaded via separate loader thus allowing to use original bootstrap classes (e.g. .btn-default) through out the app.
44
*/
5-
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
5+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
66
@import '../../node_modules/bootstrap/scss/functions';
77
@import 'variables';
88
@import "theme-variables";

0 commit comments

Comments
 (0)