mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 02:36:56 +02:00
Apply font-config to language choose
This commit is contained in:
parent
1d6e4a39cb
commit
59db947a48
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ h1 {
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: white;
|
color: white;
|
||||||
background: black;
|
background: black;
|
||||||
font-family: 'Anonymous Pro', monospace;
|
font-family: $mainFont;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue