Have multiple Google Fonts that you want to use on your site? This is a nice way to use multiple fonts with out making multiple link requests. Making multiple requests can slow down your website loading time. To avoid this, try to use this format:
http://fonts.googleapis.com/css?family=Google Fonts Name 1 | Google Fonts Name 2 | Google Fonts Name 3


interesting.
this did not work for me. i embedded the following link into my css to replace two @import links:
@import url(http://fonts.googleapis.com/css?family=Oswald 1 | Nixie One 2);
this is what i am currently using, which works:
@import url(http://fonts.googleapis.com/css?family=Nixie+One);
@import url(http://fonts.googleapis.com/css?family=Oswald);
nm i figured it out.
Glad you got it working.
Thanks! It’s work for me! (: