Pages: 1
Posted on 01-26-18, 11:10 pm
Goomba
Dazed and confused.

Karma: 17
Posts: 12/26
Since: 01-13-18
So I am trying to use a custom font for my post layout, but it isn't working. Here's what I have right now:

<style->
@font-face {
font-family: "New Super Mario Font U";
src: url("https://www.dropbox.com/s/ns0ptbfnbfak39i/new_super_mario_font_u-webfont.ttf?dl=0");
}

.mainbar3402 {
font-family: 'New Super Mario Font U';
}

</style->

What am I doing wrong? Any tips and other help would be appreciated.
(By the way, the - at the end of style is so it will show up and is not in my actual code, and NSMFU is just a placeholder for right now.)
_________________________
Currently working on:
Unnamed NSMB hack
Posted on 01-26-18, 11:26 pm
この記号は… 解読できないよ…


Karma: 6032
Posts: 2323/2724
Since: 01-17-13
just saying but the NSMBu typeface is terrible at this font size.

anyway, you misspelled the userID. also the font format might not show up depening on your browser, different browsers require different types.
Posted on 01-27-18, 12:02 am
Goomba
Dazed and confused.

Karma: 17
Posts: 13/26
Since: 01-13-18
Posted by Thierry
just saying but the NSMBu typeface is terrible at this font size.

anyway, you misspelled the userID. also the font format might not show up depening on your browser, different browsers require different types.


Thanks. If it helps I'm using Chrome, so TTF should work, yes?
_________________________
Currently working on:
Unnamed NSMB hack
Posted on 01-28-18, 08:06 am
Ninji


Karma: 379
Posts: 222/226
Since: 08-17-11
That url won't work since dropbox doesn't do direct links anymore. Upload the image to the uploader.
_________________________
Pro lurker

My Hack (whoops link is fixed now):
http://nsmbhd.net/thread/2953-super-luigi-world-ds/
Posted on 01-28-18, 08:27 am
この記号は… 解読できないよ…


Karma: 6032
Posts: 2324/2724
Since: 01-17-13
no; it does support it. they just dropped all the previously made links.
Posted on 02-01-18, 01:03 am
Goomba
Dazed and confused.

Karma: 17
Posts: 18/26
Since: 01-13-18
Okay, so new question(s):

1. Is it possible to have space in between .mainbar and .sidebar? Same goes for .topbar _1 and .topbar _2.
2. How to edit the 'spoiled' part of the spoiler? I've used .mainbar3042 .spoiled { code n' stuff} but it doesn't seem to be working. I have used !important as well.
_________________________
Currently working on:
Unnamed NSMB hack
Posted on 02-01-18, 02:00 am
この記号は… 解読できないよ…


Karma: 6032
Posts: 2326/2724
Since: 01-17-13
.spoiled uses a fair amount of styling by default. use !important; to override those styles, as such:

color: #fe2!important;
Posted on 02-01-18, 03:17 am
Goomba
Dazed and confused.

Karma: 17
Posts: 21/26
Since: 01-13-18
Posted by Thierry
.spoiled uses a fair amount of styling by default. use !important; to override those styles, as such:

color: #fe2!important;


As of right now I have this:

_________________________
Currently working on:
Unnamed NSMB hack
Posted on 02-01-18, 04:01 am
この記号は… 解読できないよ…


Karma: 6032
Posts: 2327/2724
Since: 01-17-13
..oh, right. dirbaio's spoiler update. it's spoilercontents now.

said spoilers have a few issues. oh well.
Posted on 02-01-18, 08:06 pm
Goomba
Dazed and confused.

Karma: 17
Posts: 22/26
Since: 01-13-18
Posted by Thierry
..oh, right. dirbaio's spoiler update. it's spoilercontents now.

said spoilers have a few issues. oh well.


Thanks much.
_________________________
Currently working on:
Unnamed NSMB hack
Pages: 1