mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-01-13 16:18:03 +00:00
Feat: Import and apply Open Sans font from Google
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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=Open+Sans&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="overbar"><p>inØsight 2.1.0<a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank">source</a></p></div>
|
||||
@@ -58,7 +61,7 @@
|
||||
/* ---------------------------------------------------- */
|
||||
|
||||
body {
|
||||
font-family: Candara, "DejaVu Sans", sans-serif, Arial, Helvetica;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
background-color: #002b4d;
|
||||
width: 500px;
|
||||
height: 320px;
|
||||
@@ -87,7 +90,7 @@
|
||||
margin: 1.5%;
|
||||
width: 95.5%;
|
||||
height: 69%;
|
||||
font-family: "Open Sans", Candara, "DejaVu Sans", sans-serif, Arial, Helvetica;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
@@ -141,4 +144,3 @@
|
||||
</style>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user