Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <!doctype html>
  2. <title>Open Sans test</title>
  3. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  4.  
  5. <style>
  6. p {
  7.   font-family: 'Open Sans', Courier;
  8.   font-size: 13px;    
  9. }
  10. </style>
  11. <p>abcd efg hijk lmnop qrs tuv wxy z<br> 1234567890
  12. <p><strong>abcd efg hijk lmnop qrs tuv wxy z<br> 1234567890</strong>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement