I’m having issues with the font loading (should be Roboto), instead Helvetica
Could you provide direct links to posts or screenshots showing which specific elements are not being displayed in Roboto? You may need to target additional, or more specific, HTML elements in order to get them to display in your desired font.
If you’re new to CSS, here are some posts that can help you use a browser inspector to find the right elements to target:
https://dailypost.wordpress.com/2013/07/25/css-selectors/
http://dailypost.wordpress.com/2013/06/21/css-intro/
http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
https://thewc.co/articles/view/web-inspector-tutorial
https://cssworkshop.wordpress.com/
In addition, masonry gallery doesn’t work in every gallery.
The Masonry grid is used in two places in Blask:
1. Static pages that have the Portfolio template applied.
2. The automatically generated portfolio archive.
Here are the examples on the demo site:
https://blaskdemo.wordpress.com/ – static homepage with Portfolio template
https://blaskdemo.wordpress.com/portfolio/ – automatically generated portfolio archive
On your site, you can see your automatically generated portfolio archive here, since you don’t have “pretty permalinks” on:
http://www.giovanniscarantino.com/wordpress/?page=jetpack-portfolio
If you want Masonry galleries anywhere else, you’d need to use a plugin.
I’ll look at the alignment issue separately.
I don’t understand why the last gallery is aligned to right instead left
The image on the second row is being displayed below the last image in the first row since the last image in the first row is shorter than the others. This positioining is controlled by the Masonry script. If you make all your images the same height, you should be able to avoid this problem.
Thread Starter
giovs
(@giovs)
All the site use Roboto font only, I use Photoswipe plugin in each work, but the masonry doesn’t work. All of my image are the same height. I know all of the stuff you have said, I just want to get support from the developers that can not be found on the demo page!
All the site use Roboto font only
I checked the h2 heading and menu items on your homepage, as well as the font on other pages, using the Firefox Fonts tool, and all are displayed in Roboto.

If you’re seeing elements not being displayed in Roboto, please point me to them.
I use Photoswipe plugin in each work, but the masonry doesn’t work
For plugin troubleshooting assistance, you can post in the Photoswipe forum:
https://ww.wp.xz.cn/support/plugin/photo-swipe
All of my image are the same height.
They are close in height, but they are not all the same exact height. The heights from left to right are: first row: 150px, 151px, 150px, 148px, second row: 154px. The 154px image is being displayed below the last 148px high image becuase it’s the shortest in the first row, and that’s how Masonry works.
I just want to get support from the developers that can not be found on the demo page!
I’m on the theme team at Automattic, developers of Blask.
Thread Starter
giovs
(@giovs)

This is what I see on my laptop, it is weird that the font differ from my computer to yours.
How can I manage the size of thumbnails in the control panel?
Thank you so much, you are very patient!
-
This reply was modified 9 years, 6 months ago by
giovs.
Thanks for the screenshots. The text there look like Roboto to my eyes, and not Helvetica. You can confirm the font on your end by right-clicking an element and choosing “Inspect Element.” Then click on the Fonts tab, as you see in my screenshot above. You could also use a browser font-identification tool such as Fount.
How can I manage the size of thumbnails in the control panel?
You’ll need to resize your images first in a graphics program and re-upload. Blask does not crop images to the same height since it uses Masonry to display an interlocking grid-type layout.