Suggestions and Feedback
Discuss topics related to the site, whether it be suggested improvements or complaints about a problem.
[Return] [Thread list] [Index] [Catalog] [Bottom] | Replies: 43 | Views: 196 | Currently viewing: 1
IDK if it would be the hyperborean gem that saved the club or the brimstone that killed it
Why? It's a silly font, implement it
>8 days ago
it do be like that
I tried to install it on the server and changed the config and i dont think anything happened.
this is a css thing from what i see, you apply it to a stylesheet: https://github.com/IdreesInc/Monocraft#on-your-website
also the server does deserve an update, it's on version 0.3.6 while the newest one is 0.7.0, will do that shortly
>stylesheet
changes were made in /opt/, right? I added it and restarted, but i dont see the change on the site.
>Content-Security-Policy: The page’s settings blocked an inline script (script-src-elem) from being executed because it violates the following directive: “script-src 'self' https://cdn.jsdelivr.net/gh/highlightjs/ https://cdn.jsdelivr.net/npm/katex@0.16.47/”. Consider using a hash ('sha256-6t8YOauL3I/AaCHMqxRPtYPVmjSTMzemQEtkQF70N64=') or a nonce.
>>65
no you should literally just append it to the css, should just work
@font-face {
font-family: 'Monocraft';
src: url('https://cdn.jsdelivr.net/gh/IdreesInc/Monocraft@main/dist/Monocraft-ttf/Monocraft.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
>>66
yes, there is a whitelist for script and css domains in config so any unknown scripts aren't executed
it could be that it's just some extension trying to add inline javascript, i see only one error in the console but that's caused by uBlock, so not something that needs fixing, also fonts have their own separate whitelist
re added. could it be something to do with kyun? there's a specific section on the dashboard that allows only one ssh key. maybe when doing a restart it deletes any additional keys?
yeah, it must be overwriting the keys with what is configured in the dashboard
though luck, ig we can make a suggestion to the devs to be able to add more than one key then.
if there is any support panel, then yes, it shouldn't be difficult for them
also i do believe i added the font whitelist to the config.cong and added the monocraft link
you have edited the old file, the new one is in static/css/themes
that's because i've extracted the common part to a separate file, so now making new themes is as simple as changing a few colors
>>83
ok, add also something like this
body {
font-family: 'Monocraft', arial,helvetica,sans-serif;
}
so its actually used on the website
only for things that have a specific font declared in common.css, which are currently
hgroup h1 (a single selector, meaning h1 inside hgroup), and .link-button
>>88
btw i think i should add a bit more color to the css.
anyway, what do you think of the font? there are a few other similar "blocky" ones, this one seems a bit bulcky?
Not that i mind too much, but some of the sections are hard to read. it looked way better on my computer and laptop
I think it just makes text unnecessarily spread horizontally, and the font is not really adjusted for being looked at for time longer than starting minecraft and joining a server
again, on my computer, the spread and thickness arent noticeable and looks fine.
we could goof around with the other fonts. theres a minecraft one which isnt monospaced, for example
would this work again if i download the file on github and replace the src link to local/share/fonts?
Post actions
[Return] [Thread list] [Index] [Catalog] [Top] | Replies: 43 | Views: 196 | Currently viewing: 1