You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"css": "/*\n* Custom CSS\n* ----------\n* Use CSS to customise the notification\n*\n* Target the notification using #ncg-f_notification\n* The class .show is added when the notification is called\n*/\n\n/* Google Font Example */\n@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);\n#ncg-f_notification {\n font-family: 'Source Sans Pro', sans-serif;\n font-size: 3em;\n\tfont-weight: bold;\n\tcolor: #ffffff;\n}"