new font
This commit is contained in:
58
style.css
58
style.css
@@ -9,13 +9,67 @@ Version: 0.1.0
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Jost&display=swap');
|
@import url('https://fonts.googleapis.com/css?family=Jost&display=swap');
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wdth,wght@6..12,75..125,200..1000&display=swap");
|
||||||
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
|
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
|
||||||
|
|
||||||
|
/* Heading Font */
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
caption,
|
||||||
|
.menu-toggle,
|
||||||
|
.main-navigation a,
|
||||||
|
.gallery-caption,
|
||||||
|
.wp-caption-text.gallery-caption,
|
||||||
|
.sp-table-caption,
|
||||||
|
.sp-template-countdown time span,
|
||||||
|
.sp-template-event-logos,
|
||||||
|
.sp-template .player-gallery-group-name,
|
||||||
|
.single-sp_staff .entry-header .entry-title strong {
|
||||||
|
font-family: "Nunito Sans", sans-serif;
|
||||||
|
font-stretch: extra-condensed;
|
||||||
|
font-weight:bolder;
|
||||||
|
text-transform:uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Body Font */
|
||||||
|
body,
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
textarea,
|
||||||
|
.sp-template-countdown .event-name,
|
||||||
|
.sp-template-countdown .event-venue,
|
||||||
|
.sp-template-countdown .event-league,
|
||||||
|
.sp-template-countdown time span small,
|
||||||
|
.sp-template-event-blocks .event-title {
|
||||||
|
font-family: "Nunito Sans", sans-serif;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-title, .site-description {
|
||||||
|
font-family: "Nunito Sans";
|
||||||
|
/* text-shadow: 1px 1px 3px black; */
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: "Nunito Sans";
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,h2,h3 {
|
||||||
|
font-family: "Nunito Sans";
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-title {font-family: Jost;}
|
||||||
.site-title, .site-description {
|
.site-title, .site-description {
|
||||||
font-family: Jost;
|
|
||||||
color: white;
|
color: white;
|
||||||
/* offset-x | offset-y | blur-radius | color */
|
/* offset-x | offset-y | blur-radius | color */
|
||||||
text-shadow: 1px 1px 10px black;
|
/* text-shadow: 1px 1px 10px black; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user