diff --git a/src/assets/scss/bootstrap_custom.scss b/src/assets/scss/bootstrap_custom.scss index 40fe54c..853ba85 100644 --- a/src/assets/scss/bootstrap_custom.scss +++ b/src/assets/scss/bootstrap_custom.scss @@ -22,5 +22,6 @@ $theme-colors: ( "black-opacit": $black-opacit, "midnight-blue": $midnight-blue ); -$font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif; +$font-family-base: 'Roboto'; +$headings-font-family: 'Roboto'; @import "../vendor/bootstrap/scss/bootstrap"; \ No newline at end of file diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 169b853..0fbcf0e 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -10,9 +10,9 @@ License URI:https://www.gnu.org/licenses/agpl-3.0.en.html Tags: tainacan, ufg, minc, cultura, flexible, open_source Text Domain: tainacans */ -@import url('https://fonts.googleapis.com/css?family=Roboto'); body{ + font-family: 'Roboto' !important; a{ color: #298596; &:hover{ diff --git a/src/header-top.php b/src/header-top.php index 814b1bd..dca846a 100644 --- a/src/header-top.php +++ b/src/header-top.php @@ -7,6 +7,7 @@ <?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?> +