We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea8016 commit ac97b4eCopy full SHA for ac97b4e
asset/font/consola.ttf
448 KB
css/main.css
@@ -2,6 +2,12 @@
2
box-sizing: border-box;
3
}
4
5
+/* Font */
6
+@font-face {
7
+ font-family: "consol";
8
+ src: url('../asset/font/consola.ttf');
9
+}
10
+
11
html,body {
12
margin: 0px;
13
padding: 0px;
@@ -26,7 +32,7 @@ html,body {
26
32
27
33
28
34
h1 {
29
- font-family:'consolas' !important;
35
+ font-family:'consol' !important;
30
36
31
37
38
.typed-cursor {
0 commit comments