I've been working on a website and wanted to share it with someone, so I set up a webserver. However, I've encountered some peculiar behavior when trying to access the site via LAN rather than through my localhost.
Firstly, when viewing the site on my localhost, everything appears much smaller than intended. I designed the page with specific dimensions in mind, but when accessed from another device on the network, it fills the entire screen.
Additionally, I have utilized @font-face
for titles and such, which displays correctly on my localhost but not when accessed externally.
Moreover, upon attempting to view the page on my phone using 3G (not connected to my home network), none of the CSS renders properly.
Can you shed some light on why this strange behavior is occurring?