Phenomlab Technology Forum
[deleted]
ajeet Thanks very much
the theme security and the color of the forum match well together
and what I like is 'simplicity' instead of 'complexity"
users don't want to lose themselves in a forum
but it happens very often
[deleted]
Dean thanks
No login box some 1.5 hours back. Page at TLD/session/login almost plain.
[deleted]
meetdilip I can't seem to replicate this issue ? Are you referring to the login function not being available ? Can you send a screenshot ?
Thanks
[deleted]
meetdilip Thanks. That's very odd. I can't replicate that here. Can you try the same in an incognito window, or from a different browser ?
- Edited
Got this just now
Not Found
The requested URL was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at phenomlab.com Port 443
[deleted]
- Edited
meetdilip Thanks. That was caused by an issue with the server, which is now fixed. I've also had to recover the DB from a few days back, so you may need to reset your password again.
EDIT - Actually, I'm going to rebuild the server, so it'll be offline again shortly. I'll let you know when it's available again
[deleted]
[deleted] @meetdilip back in business
[deleted]
Hello @[deleted]
How did you manage to change default font?
[deleted]
[deleted] you can do this with custom CSS
[deleted]
- Edited
[deleted] can you share basic CSS style/settings? I just want to change default font to Open Sans.
[deleted]
[deleted] yep, sure. This is from my site - you can put this into the custom header
<style>
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('fontawesome'),
url('/fonts/open-sans-v17-latin-300.woff2'),
url('/fonts/open-sans-v17-latin-300.woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('fontawesome'),
url('/fonts/open-sans-v16-latin-regular.woff2'),
url('/fonts/open-sans-v16-latin-regular.woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('fontawesome'),
url('/fonts/open-sans-v16-latin-italic.woff2'),
url('/fonts/open-sans-v16-latin-italic.woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('fontawesome'),
url('/fonts/open-sans-v16-latin-600.woff2'),
url('/fonts/open-sans-v16-latin-600.woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('fontawesome'),
url('/fonts/open-sans-v16-latin-600italic.woff2'),
url('/fonts/open-sans-v16-latin-600italic.woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('fontawesome'),
url('/fonts/open-sans-v16-latin-700.woff2'),
url('/fonts/open-sans-v16-latin-700.woff');
}
</style>
Note that I'm using a local path on my own server to provide this to save an extra trip to Google for the fonts. This site will help you host your own locally
[deleted]
Star that's a no longer existing redirect from an old domain. Try https://forum.phenomlab.com which is fine
[deleted]
Thanks, @[deleted]
PageSpeed Insights says this:
Consider using
<link rel=preload>to prioritize fetching resources that are currently requested later in page load.
How to acheive this?
[deleted]
[deleted] You will probably be limited with that because of the way Flarum calls the relevant CSS file. Can you send a screenshot of the file being called ?