From 1fd4be650636291d6c9b0700da79237c56892519 Mon Sep 17 00:00:00 2001 From: Randy Apuzzo Date: Sat, 5 Dec 2015 14:10:16 -0800 Subject: [PATCH] A default if the set does not exist Setting up a default if the set does not exist yet, or setcode does not match --- css/keyrune.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/keyrune.css b/css/keyrune.css index 305f346..e4d800b 100755 --- a/css/keyrune.css +++ b/css/keyrune.css @@ -21,6 +21,10 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } +/* default if the set does not exist yet, or setcode does not match */ +.ss:before { + content: "\e684"; +} /** * Larger sizes */ .ss-2x {