mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
move font import into index.html
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@import "~@blueprintjs/core/lib/scss/variables";
|
@import "~@blueprintjs/core/lib/scss/variables";
|
||||||
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
|
|
||||||
|
|
||||||
.animationWrapper {
|
.animationWrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -1,13 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Writer</title>
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
</head>
|
|
||||||
<body>
|
<link
|
||||||
<div id="body"></div>
|
href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext"
|
||||||
<script src="./index.tsx"></script>
|
rel="stylesheet">
|
||||||
</body>
|
|
||||||
</html>
|
<title>Writer</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="body"></div>
|
||||||
|
<script src="./index.tsx"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user