Roboto font

This commit is contained in:
Fabiano Alencar 2018-03-19 13:54:56 -03:00
parent 9aedb7d107
commit eec4aed15d
3 changed files with 4 additions and 2 deletions

View File

@ -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";

View File

@ -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{

View File

@ -7,6 +7,7 @@
<title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<?php wp_head(); ?>
</head>
<body>