google_webfont_loader_api.admin.inc |
google_webfont_loader_api.admin.inc |
|
The form which allows for user settings on the webfont loader api. |
google_webfont_loader_api.hidden.css |
google_webfont_loader_api.hidden.css |
|
.wf-loading {
visibility: hidden;
}
.wf-active {
visibility: visible;
} |
google_webfont_loader_api.info |
google_webfont_loader_api.info |
|
name = "Google Webfont Loader API"
description = "Provide a way to safely load font-face into your theme"
core = 7.x
package = Other |
google_webfont_loader_api.install |
google_webfont_loader_api.install |
|
Google Webfont Loader API install/update/uninstall hook implementation. |
google_webfont_loader_api.module |
google_webfont_loader_api.module |
|
Google Webfont Loader API primary file
The designer/developer creates a set of packages (will use .fontinfo files
created in a similar manner to a module or theme .info file) from which the
site admin can then choose for their site. The fonts can… |
render_stylesheet.css |
fonts/google_josefin/render_stylesheet.css |
|
.wf-active h1 {
font-family: 'Josefin Sans Std Light', arial, serif;
} |
render_stylesheet.css |
fonts/beteckna/render_stylesheet.css |
|
body {
font-family: Helvetica, Arial, sans-serif;
}
.wf-active body {
font-family: 'BetecknaLowerCaseBold', Helvetica, Arial, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
visibility: visible;
}
.wf-active strong… |
render_stylesheet2.css |
fonts/google_josefin/render_stylesheet2.css |
|
.wf-inactive h1 {
font-family: arial, serif;
} |
stylesheet.css |
fonts/beteckna/stylesheet.css |
|
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 21, 2010 */
@font-face {
font-family: 'BetecknaLowerCaseItalic';
src: url('betecknalowercaseitalic-webfont.eot');
src: local('☺'),… |