mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-22 05:16:42 +02:00
Update font family
This commit is contained in:
parent
e0f6ca182a
commit
07c240be4f
5 changed files with 11 additions and 11 deletions
|
@ -7,4 +7,4 @@ $textColor: white;
|
|||
$lightTextColor: black;
|
||||
$layoutPadding: 20px;
|
||||
|
||||
$mainFont: "Anonymous Pro", monospace;
|
||||
$mainFont: "Fira Code", monospace;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "~@fontsource/anonymous-pro/index.css";
|
||||
@import "~@fontsource/anonymous-pro/700.css";
|
||||
@import "~@fontsource/fira-code/index.css";
|
||||
@import "~@fontsource/fira-code/700.css";
|
||||
@import "../variables";
|
||||
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
.name {
|
||||
font-weight: 100;
|
||||
font-size: 2em;
|
||||
font-size: 1.8em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
.contactLink {
|
||||
transition: text-decoration 0.5s;
|
||||
text-decoration: underline dotted rgba(0, 0, 0, 0);
|
||||
text-decoration: underline dotted rgba(white, 0);
|
||||
padding: 6px 0 6px 0;
|
||||
color: $textColor;
|
||||
display: flex;
|
||||
|
@ -112,7 +112,7 @@
|
|||
|
||||
.contactLink:hover,
|
||||
.contactLink:active {
|
||||
text-decoration: underline dotted rgba(0, 0, 0, 0.5);
|
||||
text-decoration: underline dotted rgba(white, 0.5);
|
||||
}
|
||||
|
||||
.contactLink > i {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue