2.2.1: Font Stack Definition - added Google Fonts Inter and updated font-family-primary
This commit is contained in:
parent
c008b09515
commit
a9097488e9
2 changed files with 4 additions and 1 deletions
|
|
@ -307,6 +307,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['action'])) {
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dodgers Stream Theater</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link href="https://vjs.zencdn.net/8.6.1/video-js.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/main.css?v=1.4.2">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
================================================================= */
|
||||
|
||||
/* Font Families */
|
||||
--font-family-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
||||
--font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
||||
--font-family-mono: 'Courier New', monospace;
|
||||
|
||||
/* Font Sizes - Modular Scale (1.125 ratio) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue