diff --git a/style.css b/style.css index 6dc9c0f..636652c 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,21 @@ Author URI: Template: rookie Version: 0.1.0 */ + +@import url('https://fonts.googleapis.com/css?family=Jost&display=swap'); + +.site-title, .site-description { + font-family: Jost; +} + +.sp-league-table th { + font-family: Oswald, sans-serif; + text-transform: uppercase; + background-color: rgb(13, 71, 133); + color: white; +} + +@media screen and (max-width:782px) + .tablenav .view-switch, .tablenav.top .actions{ + display: inherit; +} \ No newline at end of file