This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function change_font_to_Roboto() { | |
wp_add_inline_style( | |
/** | |
* Below, use give-sequoia-template-css to style the multi-step donation form | |
* or use give-donor-dashboards-app to style the donor dashboard | |
*/ | |
'give-sequoia-template-css', | |
' | |
@import url("https://fonts.googleapis.com/css?family=Roboto"); |
OlderNewer