Centering columns & image sizing & embedding fonts

Hi All!

I’m still very new to Foundry so apologies in advance if my questions have been covered :grinning:

  1. Can columns be centered on the page?
  2. Can I adjust the size of an image one its placed in an image stack (ie scale it up/down - not resolution) or so I need to do all the image sizing before placing (ie in photoshop, etc)
  3. I need to embed Revue - a non-google font… In searching I found the following code:

@font-face {
font-family: ‘Revue’;
src:url(‘Revue.ttf.woff’) format(‘woff’),
url(‘Revue.ttf.svg#Revue’) format(‘svg’),
url(‘Revue.ttf.eot’),
url(‘Revue.ttf.eot?#iefix’) format(‘embedded-opentype’);
font-weight: normal;
font-style: normal;
}

h1 {
font-family: ‘Revue’;
}

Not sure if I’m on the right track… any help would be MOST appreciated!!!

TIA
Shanti

You’ll have to be more specific on this one. If you want to post a link to a downloadable ZIP file with your project file in it I can look to see what you’re trying to achieve and let you know.

I answer the rest over on this thread where you asked similar questions.