You are here

function fontyourface_features_revert in @font-your-face 7.2

Implements hook_features_revert().

File

./fontyourface.features.inc, line 115
Integrates Features for @font-your-face.

Code

function fontyourface_features_revert($module) {
  fontyourface_features_rebuild($module);
}