Bitcoin Forum

Other => Meta => Topic started by: mikeywith on December 22, 2018, 02:00:17 AM



Title: Increase default font size on the Local Arabic board."please"
Post by: mikeywith on December 22, 2018, 02:00:17 AM

 The default font size which is 10pt is very tiny and hard to read for Arabic letters. the default size should be 12pt.

* i know we can change the font size, but doing so in every post is a waste of time and effort for something that is very basic.

Thanks.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: SFR10 on December 22, 2018, 10:27:55 AM
The default font size which is 10pt is very tiny and hard to read for Arabic letters. the default size should be 12pt.

* i know we can change the font size, but doing so in every post is a waste of time and effort for something that is very basic.
I recommend changing the "zoom percentage" on your browser, so by default everything appears bigger in size [including fonts].
- I'm using a 4k monitor and this is the only easy solution/fix [applies to your situation as well].


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: Findingnemo on December 22, 2018, 01:25:54 PM
The default font size which is 10pt is very tiny and hard to read for Arabic letters. the default size should be 12pt.

* i know we can change the font size, but doing so in every post is a waste of time and effort for something that is very basic.
I recommend changing the "zoom percentage" on your browser, so by default everything appears bigger in size [including fonts].
- I'm using a 4k monitor and this is the only easy solution/fix [applies to your situation as well].
Very easy way to do this if we are on laptop,just pinch the two fingers and zoom out on the touch pad then we can increase the default size of fonts on every browser.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: khaled0111 on December 22, 2018, 02:09:46 PM
I recommend changing the "zoom percentage" on your browser, so by default everything appears bigger in size [including fonts].
- I'm using a 4k monitor and this is the only easy solution/fix [applies to your situation as well].
No, we need it for Arabic letters only, it is really hard to read.
Changing zoom percentage will zoom every thing else and we don't want that. Besides, it is hard to do when using a smart phone.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: mikeywith on December 22, 2018, 03:41:13 PM
I recommend changing the "zoom percentage" on your browser, so by default everything appears bigger in size [including fonts].
- I'm using a 4k monitor and this is the only easy solution/fix [applies to your situation as well].
No, we need it for Arabic letters only, it is really hard to read.
Changing zoom percentage will zoom every thing else and we don't want that. Besides, it is hard to do when using a smart phone.


Thanks for explaining my point  ;D you saved me time.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: Kavelj22 on December 30, 2018, 08:56:59 AM
What should we (arab community) do more than posting this suggestion in Meta?
We are still waiting action/response from Mods.
Any suggestions?


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: actmyname on December 30, 2018, 09:53:45 AM
What should we (arab community) do more than posting this suggestion in Meta?
We are still waiting action/response from Mods.
Any suggestions?
Use larger font. Prefix every one of your posts with a [᠎size=15pt] or something similar.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: manfredmann on December 30, 2018, 11:05:18 AM
I recommend changing the "zoom percentage" on your browser, so by default everything appears bigger in size [including fonts].
- I'm using a 4k monitor and this is the only easy solution/fix [applies to your situation as well].
I would also suggest this thing to OP because it will probably taje some time to make some.adjustments. Besides it is not that necessity because as this guy had said that browser could be adjusted in a way you can view and read some messages, posts or replies. It just need an initiative and that a it take for good.


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: actmyname on December 30, 2018, 01:10:37 PM
At least for desktop, here's a function that can resize the size of posts. Bookmark it and click whenever necessary
(I haven't done any conditions to check for "Arabic" local section but this can be easily done)

Code:
javascript:(function()%7Bvar posts %3D document.querySelectorAll('.post')%3Bvar quotes %3D document.querySelectorAll('.quote')%3Bfor(var i%3D0%3B i<posts.length%3B i%2B%2B)%7Bposts%5Bi%5D.style.fontSize%3D"2em"%3B%7D for(var k%3D0%3B k<quotes.length%3B k%2B%2B)%7Bquotes%5Bk%5D.style.fontSize%3D"1em"%3B%7D%7D)()

Let me know if there are any issues at all. I don't know much of JS, but I'm learning. :)


Title: Re: Increase default font size on the Local Arabic board."please"
Post by: mikeywith on January 04, 2019, 03:51:11 AM
At least for desktop, here's a function that can resize the size of posts. Bookmark it and click whenever necessary
(I haven't done any conditions to check for "Arabic" local section but this can be easily done)

Code:
javascript:(function()%7Bvar posts %3D document.querySelectorAll('.post')%3Bvar quotes %3D document.querySelectorAll('.quote')%3Bfor(var i%3D0%3B i<posts.length%3B i%2B%2B)%7Bposts%5Bi%5D.style.fontSize%3D"2em"%3B%7D for(var k%3D0%3B k<quotes.length%3B k%2B%2B)%7Bquotes%5Bk%5D.style.fontSize%3D"1em"%3B%7D%7D)()

Let me know if there are any issues at all. I don't know much of JS, but I'm learning. :)

tested, working, can you add a function for the Arabic local section with increased font size?  thanks