Extensions & Styles for phpBB 3.3.X maintained and supported by Stoker
Stoker
Site Admin
Posts: 3635 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 10 Dec 2024, 14:11
Style Name: SE Square
Author: Stoker
Style Version: 3.1.14
PhpBB Version: 3.1.14
Description:
My old SE Square style updated. Square all around.
Prosilver needs to be installed as it inherits from prosilver.
100%
100%
Download:
phpbb.com/customise/db/style/se_square/
Screenshot:
square.png
HTML:
viewtopic_body.html
memberlist_view.html
CSS:
bidi.css
buttons.css
colours.css
common.css
content.css
cp.css
forms.css
links.css
responsive.css
You do not have the required permissions to view the files attached to this post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
iorG19
BBCoder II
Posts: 14 Joined: 29 Apr 2011, 12:27
BBCodes: 2
Post
by iorG19 » 15 Jan 2025, 14:50
hi
@Stoker ,
I want to use a Google font as the main
body
font; for example: Merriweather
I was looking in
viewtopic_body.html
but i don't see a place to put the code to import the font.
Mybe other files like:
common.css
or
stylesheet.css
is the right place, but i don't know wich one and where.
Thank you,
Steve
Supporter
Posts: 948 Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket
Post
by Steve » 15 Jan 2025, 15:21
You would place the font-family code in common.css, you will find the font-family in there.
Did you open a can of spam...
// ifs built code without ifs would we process ifs?
iorG19
BBCoder II
Posts: 14 Joined: 29 Apr 2011, 12:27
BBCodes: 2
Post
by iorG19 » 15 Jan 2025, 15:37
As i said, i want to use Merrwieather;
Is this the good code to put there?
Code: Select all
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
Steve
Supporter
Posts: 948 Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket
Post
by Steve » 15 Jan 2025, 15:58
That would go in your overall_header.html file above
<!-- EVENT overall_header_head_append -->
or use the event and create a mini extension in your name for manual edits like this.
https://www.phpbb.com/customise/db/offi ... _skeleton/
Did you open a can of spam...
// ifs built code without ifs would we process ifs?
iorG19
BBCoder II
Posts: 14 Joined: 29 Apr 2011, 12:27
BBCodes: 2
Post
by iorG19 » 15 Jan 2025, 16:38
This is too much for my phpBB skills
Nevermind, i can live whithout that font.
Thank you!
Steve
Supporter
Posts: 948 Joined: 04 Mar 2010, 23:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Location: In your back pocket
Post
by Steve » 15 Jan 2025, 16:45
I tried the HTML code above, and it had no effect on phpBBs fonts.
Did you open a can of spam...
// ifs built code without ifs would we process ifs?