webfonts - How to include Google Font in JSFiddle? -



webfonts - How to include Google Font in JSFiddle? -

i'm trying include google font in jsfiddle without success. added url "external resources" included script.

this font want include:

<link href='http://fonts.googleapis.com/css?family=oswald:400,700,300' rel='stylesheet' type='text/css'>

webfonts must included in css quadrant, using @import:

@import url(//fonts.googleapis.com/css?family=oswald:400,700,300);

jsfiddle webfonts

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -