mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 03:22:17 +00:00
Correct URLs to be relative to the BaseURL
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Additional fonts
|
||||
@font-face {
|
||||
font-family: 'Transport Medium';
|
||||
src: url('/fonts/transport-medium.woff2') format('woff2');
|
||||
src: url('../fonts/transport-medium.woff2') format('woff2');
|
||||
}
|
||||
|
||||
// Hackspace Branding
|
||||
|
||||
Reference in New Issue
Block a user