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

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -