css for font is breaking somewhere on page

Hi
Somehow the font poiret one is no longer being applied to any of the text where it has been applied. I don’t know what has gone wrong. It seems that I have introduced an html or css error somewhere in one of the modules near the top but i can’t identify it (if that is the problem). Are you able to see what has gone wrong?

go to http://www.aetherius.org/london-programme-2/

password is 23jan1919 to view

I am working in the latest version of chrome on a mac.

Thank you,

Hi Darren,

Has this been resolved? As, I am not seeing the issue. If it hasn’t can you provide a screenshot of where the font isn’t working, please?

Also, I noticed you’re applying the font via inline styling, but you do not appear to be using the correct font-family. You currently are using this:

'Poiret One';

When according to Google fonts, the correct font family is 'Poiret One', cursive;

Thanks,
Danny

Hey Danny,

All of the p text is supposed to look like poiret one but right now it is the default font for my website even though i have applied the inline styling (by the way i did that because i didn’t realise there was a stylesheet for this page in the pagebuilder module! doh!). When I apply the correct full font-family as you suggested it comes out as something that doesn’t look anything like poiret one though; but at least it applies a font style now. How come it is not coming out as poiret one?

this is one poiret one comes out as - not poiret one..

I have noticed that the only thing that it is applying is ‘sans-serif’, or ‘cursive’, but not the actual font itself.

I figured out a workaround.

I added this to the stylesheet and it seems to render the font now! woohoo!

@import url(http://fonts.googleapis.com/css?family=Poiret+One);

actually belay that…Ive just noticed that even though i can now see the correct font style applied while i am building the page, as soon as I publish it and look at the page as if I’m a visitor it has lost the font styling again sigh

Hey Darren,

I can see the texts on the Callout module are using Poiret One. The one on your screenshot looks like a different font though. Where did you get that? Here’s how the font Poiret One looks like on Google Fonts - https://www.google.com/fonts/specimen/Poiret+One

Ben