Compare commits
No commits in common. "cb7f54ce0bd08b52b94c793fbadbb215e9dd8877" and "4712773f4eb62d2244a64cd71a6898a08a513587" have entirely different histories.
cb7f54ce0b
...
4712773f4e
1 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,8 @@
|
|||
For more information, please refer to the README.md file located in the 'fonts' directory.
|
||||
*/
|
||||
font-family: 'Departure Mono';
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2');
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2'),
|
||||
url('../fonts/DepartureMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
@ -29,7 +30,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: 'Departure Mono', monospace;
|
||||
font-family: 'Departure Mono';
|
||||
font-size: 18px;
|
||||
line-height: 1.75;
|
||||
background-color: var(--cyber-bg-color);
|
||||
|
@ -98,7 +99,7 @@ main {
|
|||
}
|
||||
|
||||
input[type="text"] {
|
||||
font-family: inherit;
|
||||
font-family: 'Departure Mono';
|
||||
width: calc(100% - 20px);
|
||||
padding: 10px;
|
||||
border: 2px solid var(--cyber-primary-color);
|
||||
|
@ -150,7 +151,7 @@ input[type="text"]:focus {
|
|||
|
||||
/* Buttons */
|
||||
button {
|
||||
font-family: inherit;
|
||||
font-family: 'Departure Mono';
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
background-color: var(--cyber-bg-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue