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
Post a Comment