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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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