13 lines
330 B
Markdown
13 lines
330 B
Markdown
---
|
|
title: Google Webfonts
|
|
---
|
|
|
|
### Link tag
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
|
|
|
### CSS import
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic|Montserrat:400,700);
|