Files
Alven-s-Personal-Website/font-Reading.html
进击的Creeper 044a50828c 重新上传停更版1.0.3资料
重新上传停更版1.0.3资料

Signed-off-by: 进击的Creeper <alvenma307@gmail.com>
2025-10-29 09:31:37 +08:00

117 lines
4.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>Alven Personal Website</title>
<link rel="icon" href="./recouce/icon.ico" type="">
<link rel="stylesheet" href="./website.css">
<style>
body{
margin: 0;
}
</style>
</head>
<body style="background-color: rgb(15 23 42); color:#FFFFFF;">
<div class="flex"><!-- 导航栏 -->
<div style="
background-color:rgb(15 23 42);
text-align: center;
padding:1px;
margin:1% 1%;
">
<img src='./recouce/logo.png'alt="Alven Website" width="60px" height="60px">
</div>
<div style="
background-color:rgb(15 23 42);
text-align: left-side;
padding:20px;
width:100%;
">
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="http://cloud.mcafra.top:11000/"target="_blank">聊天室</a></li>
<li><a href="http://cloud.mcafra.top:8081/#s/-bgmkBzA"target="_blank">个人网盘</a></li>
<li><a href="http://cloud.mcafra.top:3000/"target="_blank">阈限空间中文维基</a></li>
<li><a href="http://cloud.mcafra.top:8080/"target="_blank">班级网站</a></li>
<li><a href="http://cloud.mcafra.top:40116/"target="_blank">生成器</a></li>
<li><a href="./selectlist.html">时间轴</a></li>
</ul>
</div>
</div>
<div style="
background-image:url('./recouce/article.png');
padding:5%;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
">
<div style="
background-color:rgb(15 23 42);
width:76%;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
height:auto;
margin:auto auto;
border-radius:9px;
">
<h1 style="
border-radius:9px;
background-image:url('./recouce/font.png');
background-repeat:no-repeat;
background-size:cover;
padding:16%;
text-align:center;
color:#FFFFFF;
">我的第一个字体包</h1>
<div style="margin:10px 30px;">
<h1 class="my-3 text-2xl font-medium dark:text-slate-50">我做了个字体包LUKE744'S FRONTS !</h1>
<p>下载链接:</p>
<a href="./project/Alven Front pack.zip">Alven Front Pack</a>
<br>
<br>
<img style="
border: 3px solid rgba(210, 204, 235, 0.901);
border-radius:4px;
margin:0% 13%;
"src='./recouce/9.png'alt="Alven Website" height="auto" width="70%">
<p>网站画质有所压缩,图片仅供参考</p>
<p><strong><em><u>注意下载完文件之后把文件解压缩再放在RecourcePack 文件夹中才能使用!!</u></em></strong></p>
<p>Q&amp;A:</p>
<p>最新消息!!</p>
<p><strong><u>字体包可能不可以跟【一梦初心2.0】联动!</u></strong></p>
<p>请单独实现字体包跟其他材质包联动</p>
<p>因为2.0中的字体采用平滑英文字体,会出现问题)</p>
<p>&nbsp;</p>
<p>Q;为什么加载了你的材质包和字体包后,字体显示不出来了?</p>
<p>A1:因为先后顺序,应该第一个是字体包,否则如果先把材质包放入,则材质包就把字体包的字体覆盖了。</p>
<p>A2:显示不出来的第二个原因是可能没关强制字体.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5.1/build/highlight.min.js" type="text/javascript"></script>
<script type="text/javascript">hljs.highlightAll();</script>
</div>
</div>
</div>
<div style="
background-color: rgb(23, 36, 68);
font-size:14px;
text-align: center;
"><!-- 尾部 -->
<h3 style="color:#1aa0df;">Dark Pixel Fantasy net</h3>
<a href="http://cloud.mcafra.top:3000/" target="_blank"> 阈限空间维基百科</a>
<a href="http://cloud.mcafra.top:8080/" target="_blank"> 班级网站</a>
<a href="./other-Reading .html" target="_blank">旧版残留</a>
</div>
<div style="
background-color:rgb(23, 36, 68);
text-align: center;
padding: 1%;
font-size: 10px;
"><!-- 版权声明 -->
<p style="color:#30a3d8;">© 2025 Alven Personal website. All Rights Reserved. Powered by YuYun</p>
</div>
</body>