Web pages using WOFF phone may be displayed on smart phones as well. Smart phones these days have fairly large screens that allow to display web pages meant for desktop computers with only minor adaptions from the HTML author side. To display pages with WOFF fonts Android phones are particular interesting as there are Firefox versions available which properly render smart fonts like the DoulosSIL font.
If you directly display the web page of the previous section on a phone with a screen size of 800 x 480 pixel the display looks as follows.

The browser in the phone automatically scales the web page so that a regular desktop web page fits on the screen. This might be fine for some uses but for better readability you probably want to force the display to use the 800 pixel width. This can be achieved by inserting a view port restriction.
Viewport restriction <meta name="viewport"
content="width=device-width,initial-scale=1.0" /> in the head section.
On the actual phone it looks very readable. The screen shots below taken from an actual Android phone however look huge on most desktop computer screens.


"Example how to use a web open font format (WOFF) file."