fix: font url typo

This commit is contained in:
enes 2024-07-31 13:36:41 +02:00
parent dc11f5695d
commit fcd00d9e9c

View File

@ -37,7 +37,7 @@
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
font-weight: 700; font-weight: 700;
src: local('Roboto-Bold'), url(./assets/Roboto-font/Robot-Bold.ttf); src: local('Roboto-Bold'), url(./assets/Roboto-font/Roboto-Bold.ttf);
} }
body { body {