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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -