-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a41deb4
commit 85361d8
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<body> | ||
<title>OrangeFont</title> | ||
</body> | ||
<style> | ||
@font-face { | ||
font-family: "OrangeFont"; | ||
src: url("./fonts/OrangeFont.ttf") format("truetype"); | ||
} | ||
</style> | ||
<div style="font-family: 'OrangeFont';"> | ||
<a href="/orangefont/cn">Chinese</a> and <a href="/orangefont">English</a> are for choosing/<a href="/orangefont/cn">中文</a>和<a href="/orangefont">英文</a>可供备选。 | ||
<h1>橙体(OrangeFont)</h1> | ||
<h2>这是橙体的官方发布页。</br>橙体基于<a href="http://www.flexifont.com">FlexiFont</a>制造</br>这个字体目前仅支持英文,我打算之后打印下来那该死的几千字的模板,当每天练字用,之后就支持中文了应该吧</br>所以就这点介绍。快去下载吧!!!</br><a href="./fonts/OrangeFont.ttf">在GitHub下载</a></h2> | ||
</div> | ||
<div style="font-family: 'OrangeFont';"> | ||
<h2>测试用框:</h2> | ||
</div> | ||
|
||
<textarea style="font-family: 'OrangeFont';font-size:48px;" id="Testing" name="Test your text here!" rows="10" cols="33"> | ||
Testing, testing, Beep beep boop boop. | ||
</textarea> | ||
<div style="font-family: 'OrangeFont';"> | ||
<h2>我们的宣传图 <a href="./fonts/orzfont.png">在GitHub下载</a></h2> | ||
</div> | ||
<img src="./fonts/orzfont.png" height="400" width="768"> |