From 3ff19de10712faf0772f6a39a38f0ff69ed4e7d2 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 19 Nov 2015 14:26:44 -0500 Subject: [PATCH] Minor typo fix --- code/stylesheet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 09713e2c3c3..a6ee7073d4e 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -91,7 +91,7 @@ h1.alert, h2.alert {color: #000000;} .rough {color: #7092BE; font-family: "Trebuchet MS", cursive, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;} .sans {font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;} -.grey {font-family:Wingdings", cursive, sans-serif;} +.grey {font-family: "Wingdings", cursive, sans-serif;} .cultspeech {color: #7F0000; font-style: italic;} .say_quote {font-family: Georgia, Verdana, sans-serif;}