mirror of
https://github.com/osmarks/website
synced 2026-08-02 08:58:54 +00:00
switch to the latest Finnish font technologies and remove a bug
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -6,7 +6,7 @@
|
||||
"Wheels are turning. Wheels within wheels within wheels.",
|
||||
"The Internet.",
|
||||
"If you're reading this, we own your soul.",
|
||||
"The future is already here - it's just not evenly distributed.",
|
||||
"The future is already here – it's just not evenly distributed.",
|
||||
"I don't always believe in things, but when I do, I believe in them alphabetically.",
|
||||
"In which I'm very annoyed at a wide range of abstract concepts.",
|
||||
"Now with handmade artisanal 1 bits!",
|
||||
|
||||
+1
-1
@@ -212,7 +212,7 @@ const renderContainer = (tokens, idx) => {
|
||||
return out
|
||||
} else if (blockType === "emphasis") {
|
||||
const style = generateBoxPattern(interior) && ` style="${generateBoxPattern(interior)}"`
|
||||
return `<div class="emphasis box${style || ""}>`
|
||||
return `<div class="emphasis box"${style || ""}>`
|
||||
}
|
||||
} else {
|
||||
if (blockType === "captioned") {
|
||||
|
||||
+1
-1
@@ -191,7 +191,7 @@ window.points = (async () => {
|
||||
ttt4Win: {
|
||||
title: "Shape Rotator",
|
||||
conditions: "Win 4D Tic-Tac-Toe",
|
||||
description: "You won a game of 4D Tic-Tac-Toe against our highly advanced artificial intelligence, showing your utter comprehension of 4D space.",
|
||||
description: "You won a game of 4D Tic-Tac-Toe against our highly advanced artificial intelligence, showing your amazing comprehension of 4D space.",
|
||||
points: 37.9
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user