Compare commits
2 commits
a8480158f6
...
2607114f4a
Author | SHA1 | Date | |
---|---|---|---|
2607114f4a | |||
f619a6db6d |
3 changed files with 76 additions and 4 deletions
64
fonts/breezesans/breezesans.css
Normal file
64
fonts/breezesans/breezesans.css
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
@font-face {
|
||||||
|
src: url(100.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(100c.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 100;
|
||||||
|
font-stretch: condensed;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(300.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(300c.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 300;
|
||||||
|
font-stretch: condensed;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(400.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(400c.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 400;
|
||||||
|
font-stretch: condensed;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(600.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(600c.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 600;
|
||||||
|
font-stretch: condensed;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(700.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url(700c.ttf);
|
||||||
|
font-family: 'BreezeSans';
|
||||||
|
font-weight: 700;
|
||||||
|
font-stretch: condensed;
|
||||||
|
}
|
10
index.html
10
index.html
|
@ -41,11 +41,14 @@
|
||||||
<h2>stats</h2>
|
<h2>stats</h2>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>quantity <dd>2
|
<dt>quantity <dd>2
|
||||||
|
<dt>limbs <dd>many
|
||||||
|
<dt>consistency <dd>soft
|
||||||
|
<dt>awakeness <dd>≈ 40%
|
||||||
|
<dt>how to say
|
||||||
|
<dd><span class=ipa>nıs<span>, <span class=ipa>nısə<span>
|
||||||
<dt>prons
|
<dt>prons
|
||||||
<dd title='“she” in real life pls!!'>
|
<dd title='“she” in real life pls!!'>
|
||||||
she, he
|
she, he
|
||||||
<dt>limbs <dd>many
|
|
||||||
<dt>consistency <dd>soft
|
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -59,8 +62,7 @@
|
||||||
<dt>code
|
<dt>code
|
||||||
<dd><a href=https://git.rhiannon.website/rhi>sometimes!</a>
|
<dd><a href=https://git.rhiannon.website/rhi>sometimes!</a>
|
||||||
<dt>masto
|
<dt>masto
|
||||||
<dd><a href=https://cybre.space/@g>g@cybre.space</a><br>
|
<dd><a href=https://cybre.space/@g>g@cybre.space</a>
|
||||||
<a href=https://snouts.online/@g>g@snouts.online</a>
|
|
||||||
<dt>twit
|
<dt>twit
|
||||||
<dd><a href=https://twitter.com/2_gecs>@2_gecs</a>
|
<dd><a href=https://twitter.com/2_gecs>@2_gecs</a>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
@import url(fonts/muller/muller.css);
|
@import url(fonts/muller/muller.css);
|
||||||
|
@import url(fonts/breezesans/breezesans.css);
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--gradient:
|
--gradient:
|
||||||
|
@ -196,6 +197,11 @@ footer a {
|
||||||
color: hsl(254deg, 50%, 50%);
|
color: hsl(254deg, 50%, 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ipa {
|
||||||
|
font-family: BreezeSans;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
|
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
|
||||||
@media (-moz-touch-enabled) {
|
@media (-moz-touch-enabled) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue