css - MVC with bootstrap trouble with bundle -
i have following code in bootstrap.css
@import url("http://fonts.googleapis.com/css?family=montserrat");
but when load page loading
http://fonts.googleapis.com/css?family=source+sans+pro:300,400,700
when search googleapis.com in solution (vs 2013) 1 reference in bootstrap.css.
in debug mode (local) works fine. when publish azure, problem.
what doing wrong?
Comments
Post a Comment