-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfonts.html
43 lines (33 loc) · 2.01 KB
/
fonts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>MathQuill Demo</title>
<link rel="stylesheet" type="text/css" href="support/home.css">
</head>
<body>
<div id="body">
<a href="http://github.com/mathquill/mathquill"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub!"></a>
<h1><a href=".">MathQuill</a> Fonts
<small>by <a href="http://github.com/laughinghan">Han</a> and <a href="http://github.com/jneen">Jeanine</a></small></h1>
<p>MathQuill <a href="http://github.com/mathquill/mathquill/wiki/Fonts">currently uses</a> the beautiful Unicode font Symbola by George Douros.
<p><b>Note:</b> <code>mathquill.css</code> includes from the <code>font/</code> directory relative to its location, modify your version to include fonts from the right directory.
<ul>
<li><a href="mathquill/font/Symbola.eot">Symbola.eot</a>, Symbola in Embedded OpenType, the only supported font format in Internet Explorer 6-7
<li><a href="mathquill/font/Symbola.ttf">Symbola.ttf</a>, Symbola in TrueType, supported by all modern browsers
<li><a href="mathquill/font/Symbola.otf">Symbola.otf</a>, Symbola in OpenType, supported by all modern browsers, except for early versions of Chrome
<li><a href="mathquill/font/Symbola.svg">Symbola.svg</a>, Symbola in SVG, the only supported font format in Mobile Safari for iOS 4.1 and older
<ul>
<li>IIS must be <a href="http://sebduggan.com/posts/serving-web-fonts-from-iis">configured it to deliver the correct MIME-type for SVG fonts</a>
</ul>
</ul>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73742753-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>