Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
orangeZSCB authored Jan 20, 2024
1 parent a41deb4 commit 85361d8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Binary file added cn/fonts/OrangeFont.ttf
Binary file not shown.
Binary file added cn/fonts/orzfont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions cn/index.html
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">

0 comments on commit 85361d8

Please sign in to comment.