slweb

Једноставни генератор статичких веб страна
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување 676670d0c23ee6740700ff212f84139d9e699f90
родитељ b39ac8c9709d9f582ed61ac165802247a4fa516a
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Fri, 16 Apr 2021 12:21:59 +0200

Corrected CSS to address Noto Sans Mono instead of Noto Mono

Signed-off-by: Страхиња Радић <contact@strahinja.org>

Diffstat:
Mindex.css | 4++--
Mindex.html | 2+-
измењених датотека: 2, додавања: 3(+), брисања: 3(-)

diff --git a/index.css b/index.css @@ -8,7 +8,7 @@ body pre, code { - font-family: "Noto Mono", "Courier New", "Courier", monospace; + font-family: "Noto Sans Mono", "Courier New", "Courier", monospace; background-color: #eef; } @@ -47,7 +47,7 @@ p #git-log { - font-family: "Noto Mono", "Courier New", "Courier", monospace; + font-family: "Noto Sans Mono", "Courier New", "Courier", monospace; font-size: 90%; text-align: center; margin-bottom: 1em; diff --git a/index.html b/index.html @@ -153,7 +153,7 @@ this program. If not, see &lt;<a href="https://www.gnu.org/licenses">https://www <div id="git-log"> Previous commit: -index.slw c3a96ca 2021-04-08 11:46:00 +0200 (Страхиња Радић) (HEAD -> master, origin/master, origin/HEAD) +index.slw b39ac8c 2021-04-08 12:10:50 +0200 (Страхиња Радић) (HEAD -> master, origin/master, origin/HEAD) </div><!--git-log-->