From 8589b5326be3de2db7dfb8855ef58a390e0d23c9 Mon Sep 17 00:00:00 2001 From: Peter Jaszkowiak
`, ``, and ``.
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
diff --git a/library.js b/library.js
index 3d4271d..b1ef3a0 100644
--- a/library.js
+++ b/library.js
@@ -122,14 +122,4 @@ library.addUserToTopic = function(data, callback) {
}
};
-library.getLinkTags = function (data, callback) {
- data.links.push({
- rel: 'prefetch stylesheet',
- type: '',
- href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700',
- });
-
- callback(null, data);
-};
-
module.exports = library;
diff --git a/plugin.json b/plugin.json
index d2ded57..e525001 100644
--- a/plugin.json
+++ b/plugin.json
@@ -7,8 +7,7 @@
{ "hook": "filter:config.get", "method": "getThemeConfig" },
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
- { "hook": "filter:topic.build", "method": "addUserToTopic" },
- { "hook": "filter:meta.getLinkTags", "method": "getLinkTags"}
+ { "hook": "filter:topic.build", "method": "addUserToTopic" }
],
"scripts": [
"lib/persona.js",