-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
38 lines (33 loc) · 988 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*!
Theme Name: Abhi Golhar Theme
Theme URI: https://abhigolhar.com
Description: Built on <a href="https://roots.io/sage/" target="_blank">WP Jumpstart</a>, customized for AbhiGolhar.com
Version: 8.5.0
Author: Tim Brennan (TRB), Development Director for Go Media
Author URI: https://trygomedia.com
Template: abhi
*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
h1,
h2,
h3,
h4 {
font-family: 'Roboto', sans-serif !important;
line-height: 1; }
h1 {
font-size: 72px !important;
font-weight: 900 !important;
letter-spacing: -.02em; }
.tb-jumbotron .tb-text-block-wrap.text-large .tb-text-block {
line-height: 1; }
/*
Roboto
font-family: 'Roboto', sans-serif;
*/
.home-hero-section div {
text-align: center; }
.home-hero-section p {
margin-top: 30px; }
.home-hero-section .button {
background-color: #ff6e1d; }