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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -