| <html><head> | |
| <style type="text/css"> | |
| @font-face { | |
| font-family: 'Roboto'; | |
| src: local('Roboto-Regular.tff') | |
| } | |
| body { | |
| font-family: 'Roboto', sans-serif; | |
| font-size: 50pt; | |
| } | |
| </style> | |
| </head><body leftmargin="0" topmargin="0"> | |
| This is <i>italic</i> and this is <b>bold</b> and this is some unicode: э | |
| </body></html> |