Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @font-face {
  2. font-family: 'myFont';
  3. src: url('myFont.ttf');
  4. }
  5.  
  6. cContext.fillStyle = "rgba(255,255,255,1)";
  7. cContext.font = '58px "myFont"';
  8. cContext.fillText("1000", 22, 71);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement