Tweaks - profile pic, extracting more templates, rel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
I added the rel=me to the Mastodon link for verification I added profile pics but haven't actually used them on the pages anywhere I pulled in a lot of the CSS from the template so I could start to modify it
This commit is contained in:
15
sass/fonts.scss
Normal file
15
sass/fonts.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@font-face {
|
||||
font-family: 'Jetbrains Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/JetbrainsMono/JetBrainsMono-Regular.ttf'), local('ttf');
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Space Grotesk';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf'), local('ttf');
|
||||
font-display: swap;
|
||||
}
|
||||
Reference in New Issue
Block a user