Closed (outdated)
Project:
@font-your-face
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2013 at 09:36 UTC
Updated:
8 Aug 2020 at 14:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Drave Robber commentedPatch attached.
Comment #2
BarisW commentedAnother option would be to add a check in hook_preprocess_html() to see if we're on the admin page (admin/appearance/fontyourface/*) and if so; don't return.
Comment #3
Drave Robber commentedThen you could get sudden change in look as you go from
admin/appearancetoadmin/appearance/fontyourface, if there are fonts with general selectors like<h2>or<p>.Comment #4
Drave Robber commentedThis is probably minor though.
Comment #5
neslee canil pinto