[TASK] remove frontend process and change headline font
This commit is contained in:
BIN
static/serve/RubikDoodleShadow-Regular.woff
Normal file
BIN
static/serve/RubikDoodleShadow-Regular.woff
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
@font-face {
|
||||
font-family: 'Rubik Doodle Shadow';
|
||||
src:
|
||||
local('Rubik Doodle Shadow'),
|
||||
url('RubikDoodleShadow-Regular.woff') format('woff');
|
||||
}
|
||||
|
||||
:root {
|
||||
--pico-typography-spacing-vertical: 2rem;
|
||||
--pico-font-family: 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Rubik Doodle Shadow', sans-serif;
|
||||
font-size: clamp(3rem, 1.875rem + 2vw, 4.5rem);
|
||||
letter-spacing: 0.33rem;
|
||||
margin-top: clamp(3rem, 1.875rem + 2vw, 5rem);
|
||||
margin-bottom: clamp(5rem, 1.875rem + 2vw, 8rem);
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd;
|
||||
}
|
||||
|
||||
header a {
|
||||
padding: 0.5rem;
|
||||
line-height: 1.75;
|
||||
|
Reference in New Issue
Block a user