add font
This commit is contained in:
parent
6888f9c0cf
commit
b492330e39
@ -5,9 +5,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>~/</title>
|
<title>~/</title>
|
||||||
<link type="text/plain" rel="author" href="http://iiiypuk.me/humans.txt">
|
<link type="text/plain" rel="author" href="http://iiiypuk.me/humans.txt">
|
||||||
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap" rel="stylesheet"> -->
|
<link href="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="styles/styles.css?v=1">
|
<link rel="stylesheet" type="text/css" href="styles/styles.css?v=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,25 +1,8 @@
|
|||||||
/*@import url(chota.min.css);*/
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font-family: sans-serif;
|
--font-family: ABeeZee, sans-serif;
|
||||||
--max-width: 860px;
|
--max-width: 860px;
|
||||||
--bg-color: #fefefe;
|
--bg-color: #fefefe;
|
||||||
--font-size: 1.3rem;
|
--font-size: 1.3rem;
|
||||||
/*--bg-secondary-color: #f3f3f6;
|
|
||||||
--bg-footer: #dadada;
|
|
||||||
--color-text: #d1dce0;
|
|
||||||
--color-primary: #6190ff;
|
|
||||||
--color-lightGrey: #d2d6dd;
|
|
||||||
--color-grey: #747681;
|
|
||||||
--color-darkGrey: #3f4144;
|
|
||||||
--color-error: #d43939;
|
|
||||||
--color-success: #28bd14;
|
|
||||||
--grid-maxWidth: 120rem;
|
|
||||||
--grid-gutter: 2rem;
|
|
||||||
|
|
||||||
--font-color: #333333;
|
|
||||||
--font-family-sans: 'ABeeZee', sans-serif;
|
|
||||||
--font-family-mono: monaco, 'Consolas', 'Lucida Console', monospace;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -141,24 +124,3 @@ p.title {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*body {
|
|
||||||
color: var(--color-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
background-color: var(--bg-footer);
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
color: #d1dce0;
|
|
||||||
opacity: 0.9;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer img {
|
|
||||||
width: 1.2em;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
Reference in New Issue
Block a user