nice font
This commit is contained in:
parent
c279094e85
commit
cbbf2340e4
5
noter.sh
5
noter.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# noter 1.2.3 - "nice styles" - @k@layer8.space - mit
|
# noter 1.2.4 - "nice font" - @k@layer8.space - mit
|
||||||
|
|
||||||
showgenerator="true"
|
showgenerator="true"
|
||||||
backtotop="true"
|
backtotop="true"
|
||||||
|
@ -156,6 +156,8 @@ echo "<!DOCTYPE html>
|
||||||
<link rel='alternate' type='application/atom+xml' title="rss" href='/feed.xml' />
|
<link rel='alternate' type='application/atom+xml' title="rss" href='/feed.xml' />
|
||||||
<meta name='last-generated' content='$(date +"%Y-%m-%d %H:%M:%S")' />
|
<meta name='last-generated' content='$(date +"%Y-%m-%d %H:%M:%S")' />
|
||||||
<style>
|
<style>
|
||||||
|
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||||
|
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||||
body {
|
body {
|
||||||
background-color: #0f0f0f;
|
background-color: #0f0f0f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -183,6 +185,7 @@ echo "<!DOCTYPE html>
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: "header", sans-serif;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue