Git Error & Apparently I never made *.ejs pages use m o n o s p a c e
This commit is contained in:
parent
ad8287ba4c
commit
52ff2f02d8
2 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
src: url('/fonts/SourceCodePro.ttf');
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -39,6 +44,10 @@ footer {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
a, button, .rainbow, .force-color, span, label {
|
||||
font-family: 'Source Code Pro', monospace !important;
|
||||
}
|
||||
|
||||
a:has(button) {
|
||||
box-shadow: none !important;
|
||||
transform: none !important;
|
||||
|
@ -94,4 +103,4 @@ transform: none !important;
|
|||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
text-fill-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue