Skip to content

Commit 6f4ed0d

Browse files
committed
remove font-loader endpoint
1 parent 2d6cde0 commit 6f4ed0d

File tree

5 files changed

+1
-54
lines changed

5 files changed

+1
-54
lines changed

applications/app/controllers/ApplicationsControllers.scala

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ trait ApplicationsControllers {
4040
lazy val siteVerificationController = wire[SiteVerificationController]
4141
lazy val shareCountController = wire[ShareCountController]
4242
lazy val youtubeController = wire[YoutubeController]
43-
lazy val fontLoaderController = wire[FontLoaderController]
4443
lazy val nx1ConfigController = wire[Nx1ConfigController]
4544

4645
// A fake geolocation controller to test it locally

applications/app/controllers/FontLoaderController.scala

-27
This file was deleted.

applications/app/views/fontLoader.scala.html

-22
This file was deleted.

applications/conf/routes

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ GET /_healthcheck
1010
GET /sitemaps/news.xml controllers.SiteMapController.renderNewsSiteMap()
1111
GET /sitemaps/video.xml controllers.SiteMapController.renderVideoSiteMap()
1212

13-
# FONT LOADER
14-
GET /font-loader controllers.FontLoaderController.renderFontLoader()
15-
1613
GET /email-newsletters controllers.SignupPageController.renderNewslettersPage()
1714

1815
GET /survey/:formName/show controllers.SurveyPageController.renderFormStackSurvey(formName)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# theguardian.com/font-loader
22

3-
Deprecated: [load fonts directly](https://github.com/guardian/fonts).
3+
Deleted: [load fonts directly](https://github.com/guardian/fonts).
44

55
See https://github.com/guardian/fonts.

0 commit comments

Comments
 (0)