google_fonts 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-2.0-beta3.tar.gz | 14.96 KB | 61627fd3dd2949d5bd55aa8d7e4575d7 |
| google_fonts-6.x-2.0-beta3.zip | 17.79 KB | ec008f4bf45dac25aa33d6522ab9b32a |
Release notes
Fixed #1199286: Upgrading to 6.x-2.0-beta2 errors during update.php
google_fonts 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.x-dev.tar.gz | 13.93 KB | 3ed82636cba9353bd011b3c1c4413cb4 |
| google_fonts-7.x-2.x-dev.zip | 16.87 KB | 4fd53b191ae9c4c729e77cafdcba2856 |
Release notes
Nightly dev branch
google_fonts 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-2.x-dev.tar.gz | 13.81 KB | 7e91569e4c6de619ba442da3f8fe4942 |
| google_fonts-6.x-2.x-dev.zip | 16.69 KB | f24f78a4bdd806e49720fd60a6dc19c2 |
Release notes
Nightly dev branch
google_fonts 7.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.3.tar.gz | 14.04 KB | d25e8ae60808e264aa7cc6faa777352a |
| google_fonts-7.x-2.3.zip | 16.91 KB | 4142bcec228d04fc0e59d6e1f4416bb9 |
Release notes
Minor update. Forgot to test the update path from 7.1 to 7.2 which causes a #1215830: Error in PHP code.
This is now fixed. If you installed 7.2 instead of upgrading, you won't see this bug and you don't need to upgrade to 7.3.
google_fonts 7.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.2.tar.gz | 14.03 KB | c83586deaa9e44154807a6ebf1944a85 |
| google_fonts-7.x-2.2.zip | 16.9 KB | 9b29c80e52698e66bb8b83ad91107013 |
Release notes
Small update, only needed when you want to enable several subsets at the same time.
Fixed: #1208076: Subsets choice between Roman and Cyrillic cannot be multi-choice?
google_fonts 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-2.0-beta2.tar.gz | 13.81 KB | 46718930053e8536cebf6ad3070af0aa |
| google_fonts-6.x-2.0-beta2.zip | 16.69 KB | c4e94c0f957bebeb5b7f5b53cec3154a |
Release notes
Only fixed #1204302: Error crashing whole site with Beta 2.0. Renamed the function google_fonts_cache to google_fonts_cache_css to make sure the site doesn't crash on double function names if the folder google_fonts_ui isn't removed while upgrading.
google_fonts 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-2.0-beta1.tar.gz | 13.81 KB | 8bef3130c99e1461aaa104427b470115 |
| google_fonts-6.x-2.0-beta1.zip | 16.69 KB | d7dd0f8d7e022b016b9433e97ee1c8b6 |
Release notes
The 6.x-2.x branch is a backport of the 7.x-2.x version of the module.
It introduces a realtime connection with the Google Fonts API, which is a huge step forward. By switching to the 2.x version of the module, you'll never have to update the module again to introduce new fonts: they will be available automatically.
By doing so, the issues below are solved as well:
- #972418: Can't select fonts for non-Latin character sets
- #1152338: Not all fonts from google fonts are listed in admin/settings/google_fonts
So no more issues like these:
- #999722: Added Allerta and Allerta Stencil Fonts
- #1021950: Add Rock Salt font
- #1028308: Add Cabin Font
- #1035490: Add Ubuntu font
The new features of the 7.x module have been included as well:
- #1068058: Merge the Google Fonts and Google Fonts UI modules
- #1068050: Admin settings interface tweaks
Please try the 2.x branch and report any issues with it, so I can create a stable release.
google_fonts 7.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.1.tar.gz | 13.93 KB | 23ab43661639bfe73d443ea418dc6eba |
| google_fonts-7.x-2.1.zip | 16.88 KB | df13a3b15580063fe5e9d5a0857cbd1d |
Release notes
This is a minor update which is only needed if you currently use the 7.x-1.x version.
Users who upgrade from 1.6 to 2.0 can get an error. This - and only this - has been fixed in the 7.1 version. So if you are already running the 7.0 version without problems, you don't have to upgrade to this one.
google_fonts 7.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.0.tar.gz | 13.93 KB | 9651e95705fc01fa8a0778ba76dac0ea |
| google_fonts-7.x-2.0.zip | 16.87 KB | c68faa849e20ce9f815d38115b3df9c8 |
Release notes
A brand new shiny release of the Google Fonts module. Google now created an API that allows the module to update its list of fonts dynamically. So after this update, you will receive new fonts automatically in your admin overview!
Beware when installing
As of version 7.x-2.x your web server needs to be able to connect to the Google Servers using SSL, to fetch the list of fonts. If you cannot connect to the Google Servers, you can always use the 7.x-1.x version of the module.
Implemented
- #1103884: system/files/google_fonts/google_fonts.css page not found by @azman
- #1068050: Admin settings interface tweaks by @Marty2081
- #1068058: Merge the Google Fonts and Google Fonts UI modules by @Marty2081
- #1114472: repeated "An illegal choice has been detected. Please contact the site administrator." error, cannot fix by @chrispomeroy
- #972418: Can't select fonts for non-Latin character sets by @scottiw2000 (for now only in D7 version)
- Instead of plain font selectors, you can now enter full CSS code. By doing so, you can also change the font-size, color, etc.
Special thanks to @Marty2081 for delivering some great patches!
Please test this release and let me know if you have any comments/tips/errors.
google_fonts 7.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.0-alpha2.tar.gz | 13.38 KB | 1f5fc50a59c9f87a422733eb724fbb81 |
| google_fonts-7.x-2.0-alpha2.zip | 16.08 KB | dfb9e820ac6aacb7c57f9f592875a542 |
Release notes
A brand new shiny release of the Google Fonts module. Google now created an API that allows the module to update its list of fonts dynamically. So after this update, you will receive new fonts automatically in your admin overview!
Beware when installing
As of version 7.x-2.x your web server needs to be able to connect to the Google Servers using SSL, to fetch the list of fonts. If you cannot connect to the Google Servers, you can always use the 7.x-1.x version of the module.
Implemented
- #1103884: system/files/google_fonts/google_fonts.css page not found by @azman
- #1068050: Admin settings interface tweaks by @Marty2081
- #1068058: Merge the Google Fonts and Google Fonts UI modules by @Marty2081
- #1114472: repeated "An illegal choice has been detected. Please contact the site administrator." error, cannot fix by @chrispomeroy
- #972418: Can't select fonts for non-Latin character sets by @scottiw2000 (for now only in D7 version)
- Instead of plain font selectors, you can now enter full CSS code. By doing so, you can also change the font-size, color, etc.
Special thanks to @Marty2081 for delivering some great patches!
Please test this release and let me know if you have any comments/tips/errors.
google_fonts 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-2.0-alpha1.tar.gz | 12.43 KB | 6981c949ee4f8e0fe15603d4e85cf59f |
| google_fonts-7.x-2.0-alpha1.zip | 14.77 KB | c46b9b5aa59a41a898e2e7d489d9612e |
Release notes
A brand new shiny release of the Google Fonts module. Google just created an API that allows the module to update its list of fonts dynamically.
Also implemented
- #1103884: system/files/google_fonts/google_fonts.css page not found by @azman
- #1068050: Admin settings interface tweaks by @Marty2081
- #1068058: Merge the Google Fonts and Google Fonts UI modules by @Marty2081
- Instead of plain font selectors, you can now enter full CSS code. By doing so, you can also change the font-size, color, etc.
Please test the 2.0-alpha and let me know if you have any comments/tips/errors.
google_fonts 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-1.7.tar.gz | 14.34 KB | 719e1ae5cd2d7b1a606e007d87796ba8 |
| google_fonts-6.x-1.7.zip | 18 KB | 237c8e7943593bde671ad3e991715527 |
Release notes
Added:
#1035490: Add Ubuntu font
#1028308: Add Cabin Font
#999722: Added Allerta and Allerta Stencil Fonts
And all other new fonts!
google_fonts 7.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.6.tar.gz | 13 KB | e9df1f55925d910495756a587ca04fc3 |
| google_fonts-7.x-1.6.zip | 16.35 KB | fdc674a0ad6bee15c64efee9aa08e01a |
Release notes
Updated the font list: added over 10 new fonts.
google_fonts 7.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.5.tar.gz | 11.93 KB | 3597270aaece2d4b24568b3a3b6d43d1 |
| google_fonts-7.x-1.5.zip | 15.35 KB | 4ab3386a86253da25541dd9cde671f56 |
Release notes
Minor update:
- #998150: Added a $form variable to the admin settings form
- Added a link to the configuration pages in the .info files
google_fonts 7.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.4.tar.gz | 11.89 KB | a8e3e684b6f65666cf000e5530ed049f |
| google_fonts-7.x-1.4.zip | 15.06 KB | 82f1b4237fe22da2f2c6474357271da1 |
Release notes
Release 7.x-1.3 didn't include all files, so I had to make a new release.
Added/fixed:
- #998150: Configuration Page - warning parameter
- #998200: Uninstalling D7 UI
- Added all new Google Fonts
google_fonts 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.3.tar.gz | 9.5 KB | d207e6ee417344afc83c6d50467ec329 |
| google_fonts-7.x-1.3.zip | 9.83 KB | d0ff055db7c81c8444dfcbd4cce5d03d |
Release notes
- #998150: Configuration Page - warning parameter
- #998200: Uninstalling D7 UI
- Added all new Google Fonts
google_fonts 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.x-dev.tar.gz | 13.38 KB | c4c1daa333b5f1f61a3713ffc25bd4a2 |
| google_fonts-7.x-1.x-dev.zip | 16.08 KB | 8f6c373f00918ec4c6fa40f2910ab8fa |
Release notes
Nightly development snapshot
google_fonts 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-7.x-1.2.tar.gz | 10.66 KB | 49d274e9aaf667936b777446c3c0a2e8 |
| google_fonts-7.x-1.2.zip | 13.83 KB | 4e2edc1f9ed3bd60beecad7794ae9860 |
Release notes
- Added support for all Google Fonts and families/variants.
- #896382: Incorrect link upon initial install of module by @chillin411
Note: this update will likely cause memory errors if you don't uninstall 7.1 prior to installing 7.2. See #952870: Problem after upgrading from google_fonts 7.x-1.1 to 7.x-1.2 (D7 beta2) for more info.
google_fonts 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-1.6.tar.gz | 11.6 KB | dd3d81ba27159c1fbb700a3f4571d149 |
| google_fonts-6.x-1.6.zip | 15.3 KB | c7e5d75072db6f5840f634ee22abd3fb |
Release notes
Added new Google Fonts (Cuprum, Neucha, Neuton, PT Sans, Philosopher) plus new variants for some existing fonts.
google_fonts 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| google_fonts-6.x-1.5.tar.gz | 11.37 KB | b70e12b947f6444b91d90f6eef49b60d |
| google_fonts-6.x-1.5.zip | 15.04 KB | b53610a74987b5f03a91efd3c9f963ee |
Release notes
Google Fonts updates:
- #878794: Google Fonts do not display on any page but administrative. Wrong check in google_fonts_init() by @webkenny
Google Fonts UI updates:
- Display message on the Add Rules interface if no fonts have been enabled yet.
- Only create and include the css file if any fonts have been enabled
- Delete all used variables after uninstalling
- Delete the created css file after uninstalling