Skip to content

Instantly share code, notes, and snippets.

@matheuswd
matheuswd / change_font_to_roboto.php
Last active October 21, 2022 12:33
It changes the font of the multi-step donation form to Roboto.
<?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");