Skip to content

Latest commit

 

History

History
 
 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<h1>Dynamic Type With WebKit</h1>
<h2>Getting Started</h2>
<p>An example of using dynamic type fonts with HTML content displayed in a WKWebView.</p>
<p>Changing the text size in Settings should also change the text in this web view.</p>
<div class="footnote">For more details see <a href="https://useyourloaf.com/blog/using-dynamic-type-with-web-views/">Using Dynamic Type With Web Views</a></div>
</body>
</html>