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>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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>
|
</head>
|
||||||
<body>
|
<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>
|
<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 {
|
body {
|
||||||
font-family: Candara, "DejaVu Sans", sans-serif, Arial, Helvetica;
|
font-family: 'Open Sans', sans-serif;
|
||||||
background-color: #002b4d;
|
background-color: #002b4d;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
@@ -87,7 +90,7 @@
|
|||||||
margin: 1.5%;
|
margin: 1.5%;
|
||||||
width: 95.5%;
|
width: 95.5%;
|
||||||
height: 69%;
|
height: 69%;
|
||||||
font-family: "Open Sans", Candara, "DejaVu Sans", sans-serif, Arial, Helvetica;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
@@ -141,4 +144,3 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user