-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
187 lines (171 loc) · 8.06 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE HTML>
<html>
<head>
<title>NMS Universal Font - NMSCD</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/bulma.dark.min.css">
<link rel="stylesheet" href="assets/css/highlight/default.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/highlight/atom-one-dark-reasonable.min.css">
<link rel="stylesheet" href="assets/css/custom.css" />
<link rel="shortcut icon" href="https://nmscd.com/assets/favicon/favicon.ico">
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="futuraprobook">
<section class="hero is-medium is-link">
<div class="hero-body has-text-centered">
<p class="title has-text-centered">
No Man's Sky - Universal Font
</p>
<p class="subtitle has-text-centered">
Now even better thanks to the improvements made by the NMSCD!
</p>
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/raw/master/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.ttf"
class="button is-success is-light" target="_blank" rel="noopener noreferrer">Download
FuturaProBook.ttf</a>
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/raw/master/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.ttf"
class="button is-success is-light" target="_blank" rel="noopener noreferrer">Download GeoSans.ttf</a>
<br />
<br />
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font" class="button is-dark is-rounded"
target="_blank" rel="noopener noreferrer">View on Github</a>
</div>
</section>
<section class="section">
<h1 class="title">How to use the font</h1>
<div class="tabs">
<ul>
<li id="futuraprobook-tab" class="no-exp-font is-active">
<a href="#" onclick="futuraprobookClick(event)">
<span class="futuraprobook hidden">1</span>FuturaProBook
</a>
</li>
<li id="geosans-tab" class="no-exp-font">
<a href="#" onclick="geosansClick(event)">
<span class="geosans hidden">2</span>GeoSans
</a>
</li>
<li id="expalphabet-tab">
<a href="#" onclick="expalphabetClick(event)">
<span class="expalphabet hidden">3</span>Expedition Alphabet
</a>
</li>
<li id="origgeosans-tab">
<a href="#" onclick="origgeosansClick(event)">
<span class="origgeosans hidden">4</span>Original GeoSans (from nomanssky.com)
</a>
</li>
</ul>
</div>
<div id="futuraprobook-tab-content" class="tab-content">
<p>Add the following lines of CSS:</p>
<pre><code class="language-css">@font-face {
font-family: 'NMSFuturaProBook';
src: url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.eot');
src: url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.eot?#iefix') format('embedded-opentype'),
url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.woff') format('woff'),
url('https://font.nmscd.com/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.ttf') format('truetype');
}
/* Make everything use the NMSFuturaProBook font */
* {
font-family: 'NMSFuturaProBook';
}</code></pre>
<br />
OR
<br />
<br />
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/raw/master/assets/font/NMSFuturaProBook_Kerned/Web-TT/NMSFuturaProBook_Kerned.ttf"
class="button is-link is-outlined" target="_blank" rel="noopener noreferrer">Download
FuturaProBook.ttf</a>
</div>
<div id="geosans-tab-content" class="tab-content hidden">
<p>Add the following lines of CSS:</p>
<pre><code class="language-css">@font-face {
font-family: 'NMSGeoSans';
src: url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.eot');
src: url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.eot?#iefix') format('embedded-opentype'),
url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.woff') format('woff'),
url('https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.ttf') format('truetype');
}
/* Make everything use the NMSGeoSans font */
* {
font-family: 'NMSGeoSans';
}</code></pre>
<br />
OR
<br />
<br />
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/raw/master/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.ttf"
class="button is-link is-outlined" target="_blank" rel="noopener noreferrer">Download GeoSans.ttf</a>
</div>
<div id="expalphabet-tab-content" class="tab-content has-text-centered hidden">
<p class="subtitle">More info on how to use this font at <a href="https://alphabet.nmscd.com"
target="_blank" rel="noopener noreferrer">alphabet.nmscd.com</a></p>
<p class="subtitle no-exp-font">(More info on how to use this font at <a href="https://alphabet.nmscd.com"
target="_blank" rel="noopener noreferrer">alphabet.nmscd.com</a>)</p>
</div>
<div id="origgeosans-tab-content" class="tab-content hidden">
<p>Add the following lines of CSS:</p>
<pre><code class="language-css">@font-face {
font-family: 'NMSGeoSans';
src: url('https://font.nmscd.com/assets/font/Original/geonms-webfont.woff') format('woff');
}
/* Make everything use the NMSGeoSans font */
* {
font-family: 'NMSGeoSans';
}</code></pre>
<br />
OR
<br />
<br />
<a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/raw/master/assets/font/Original/geonms-webfont.woff"
class="button is-link is-outlined" target="_blank" rel="noopener noreferrer">Download Original
GeoSans.ttf</a>
</div>
</section>
<section class="section" style="background-color: #ffffff0d;">
<h1 class="title">Projects that use this font! 🥳</h1>
<h2 class="subtitle">These are projects that we know are using one or more of the fonts!</h2>
<div class="content">
<ul>
<li><a href="https://nmsassistant.com" target="_blank" rel="noopener noreferrer">Assistant for No Man's
Sky</a></li>
<li><a href="http://www.nmswikiboilerplate.com" target="_blank" rel="noopener noreferrer">NMS wiki
boilerplate creator</a></li>
<li><a href="https://nomansskyrecipes.com" target="_blank" rel="noopener noreferrer">No Man's Sky
Recipes</a></li>
<li><a href="https://twitter.com/BellRag/status/1671512938996199429" target="_blank"
rel="noopener noreferrer">NMS themed Tarot cards</a></li>
<li><a href="https://nmsint.vercel.app" target="_blank" rel="noopener noreferrer">NMS Interceptor
Catalog</a></li>
<li><a href="https://nmspar.vercel.app" target="_blank" rel="noopener noreferrer">No Man's Sky Portal
Address Reader</a></li>
<li><a href="https://playground.kurtlourens.com" target="_blank" rel="noopener noreferrer">Kurt's
Playground</a></li>
<li><a href="https://nmscd.com" target="_blank" rel="noopener noreferrer">NMSCD homepage</a></li>
<li><a href="https://apps.deuxcode.com/nms-expedition-checklist/" target="_blank"
rel="noopener noreferrer">Expedition Checklist</a></li>
<ul>
</div>
<!-- <div class="box"><a href="https://atlaspass.nmscd.com" target="_blank" rel="noopener noreferrer">NMSCD Atlas Pass builder</a></div> -->
</section>
<footer class="footer">
<div class="content has-text-centered">
<img src="https://raw.githubusercontent.com/NMSCD/About/master/badge/green-ftb.svg" /><br /><br />
<p>
<strong>Universal Font</strong> by <a href="https://nmscd.com" target="_blank"
rel="noopener noreferrer">NMSCD</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php" target="_blank"
rel="noopener noreferrer">MIT</a>. The Font
is licensed <a href="https://github.com/NMSCD/No-Mans-Sky-Universal-Font/blob/master/LICENSE.txt"
target="_blank" rel="noopener noreferrer">SIL Open Font License 1.1</a>.
</p>
</div>
</footer>
</body>
<script defer src="assets/js/highlight.min.js"></script>
<script defer src="assets/js/custom.js"></script>
</html>