mirror of https://gitlab.com/octtspacc/sitoctt
Add Droid Sans Mono to Standard.css fonts
This commit is contained in:
parent
72243856ec
commit
ff0e6b3127
|
@ -18,7 +18,7 @@ Body {
|
||||||
Right: Auto;
|
Right: Auto;
|
||||||
Color: #04040c;
|
Color: #04040c;
|
||||||
Background: #eeddff;
|
Background: #eeddff;
|
||||||
Font-Family: Consolas, "Liberation Mono", Courier, monospace, monospace;
|
Font-Family: "Liberation Mono", "Droid Sans Mono", Consolas, Courier, monospace, monospace;
|
||||||
}
|
}
|
||||||
#Container {
|
#Container {
|
||||||
Box-Sizing: Border-Box;
|
Box-Sizing: Border-Box;
|
||||||
|
|
|
@ -5,16 +5,18 @@ h1 Ciao!!
|
||||||
p Sei entrat#[span(class='BlinkA') a]#[span(class='BlinkO') o] nel...
|
p Sei entrat#[span(class='BlinkA') a]#[span(class='BlinkO') o] nel...
|
||||||
|
|
||||||
// Credits: https://codepen.io/jh3y/pen/WNrXqYz
|
// Credits: https://codepen.io/jh3y/pen/WNrXqYz
|
||||||
h1(class='NoTitle WavyText' style='--x: 6; --y: -6;')
|
div
|
||||||
for letter, index in '✨postoctt✨'.split('')
|
br
|
||||||
span(style=`--index: ${index}; --alpha-l: 0.125; --alpha-u: 0.25;`)= letter
|
h1(class='NoTitle WavyText' style='--x: 6; --y: -6;')
|
||||||
h1(class='NoTitle WavyText' style='--x: 3; --y: -3;')
|
for letter, index in '✨postoctt✨'.split('')
|
||||||
for letter, index in '✨postoctt✨'.split('')
|
span(style=`--index: ${index}; --alpha-l: 0.125; --alpha-u: 0.25;`)= letter
|
||||||
span(style=`--index: ${index}; --alpha-l: 0.25; --alpha-u: 0.5;`)= letter
|
h1(class='NoTitle WavyText' style='--x: 3; --y: -3;')
|
||||||
h1(class='NoTitle WavyText')
|
for letter, index in '✨postoctt✨'.split('')
|
||||||
for letter, index in '✨postoctt✨'.split('')
|
span(style=`--index: ${index}; --alpha-l: 0.25; --alpha-u: 0.5;`)= letter
|
||||||
span(style=`--index: ${index}; --alpha-l: 0.5; --alpha-u: 1;`)= letter
|
h1(class='NoTitle WavyText')
|
||||||
br
|
for letter, index in '✨postoctt✨'.split('')
|
||||||
|
span(style=`--index: ${index}; --alpha-l: 0.5; --alpha-u: 1;`)= letter
|
||||||
|
br
|
||||||
|
|
||||||
p
|
p
|
||||||
| Esatto, il #[strong ✨postoctt✨], Letteralmente il mio posto, perchè io sono octt e quindi posto + octt = ✨postoctt✨.
|
| Esatto, il #[strong ✨postoctt✨], Letteralmente il mio posto, perchè io sono octt e quindi posto + octt = ✨postoctt✨.
|
||||||
|
|
Loading…
Reference in New Issue