- This topic is empty.
-
AuthorPosts
-
September 18, 2014 at 12:52 pm #183527
Steven Watson
ParticipantPerhaps your business card could be something like:
Wow, that looks pretty cool man!
You’re talking about the serif and you could always use lowercase characters.
Lowercase looks damn good IMO, I really like the serif on the ‘n’
September 18, 2014 at 12:55 pm #183528__
ParticipantI like “STVN” in the circle (also totally do-able in CSS).
I think I’d like the triangle idea too if it were aligned on the baseline.
September 18, 2014 at 12:56 pm #183529chrisburton
ParticipantLowercase looks damn good IMO, I really like the serif on the ‘n’
I love everything about Shift. You should make some capitalized and lowercase options. This way we can see side by side.
Shift can be used for 30 days free. I’d sign up, grab the css font file and create live examples.
September 18, 2014 at 1:14 pm #183534nixnerd
ParticipantI like “STVN” in the circle (also totally do-able in CSS).
TRUE! You could have a badass little SVG animation if you ever needed it too! This would more be for loading meter or something but it would be sweet. STVN and the circle could complete around it. Snap.svg would be great for this logo.
September 19, 2014 at 12:46 am #183564Steven Watson
ParticipantShift can be used for 30 days free. I’d sign up, grab the css font file and create live examples.
Thanks, @chrisburton, what style is that Shift font you posted as there are numerous types, such as Shift Book, Shift Medium, Shift Light etc…
September 19, 2014 at 12:48 am #183565Steven Watson
ParticipantI like “STVN” in the circle (also totally do-able in CSS).
I think I’d like the triangle idea too if it were aligned on the baseline.
Yep, I’ll do as Chris mentioned, download the CSS file and play around with some live examples :)
TRUE! You could have a badass little SVG animation if you ever needed it too! This would more be for loading meter or something but it would be sweet. STVN and the circle could complete around it. Snap.svg would be great for this logo.
Yep, that would look SWEET indeed!
September 19, 2014 at 12:49 am #183566chrisburton
ParticipantShift Book, I believe. You can add their whole library for 30 days. There’s no max so try a few weights out.
September 19, 2014 at 2:44 am #183571chrisburton
Participant@watson90 Make sure you also add your domain in the settings or the CSS file will just 404. Use the chat in the sidebar on here if you’re having trouble.
September 19, 2014 at 4:09 am #183578Steven Watson
ParticipantI did do that @chrisburton but for some reason it needed adding in again, not sure why, the styles are working correctly now. Thanks :)
September 19, 2014 at 4:17 am #183579chrisburton
ParticipantYou should add the following to whatever element or class you have set to enable kerning.
-webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -o-font-feature-settings: "kern"; font-feature-settings: "kern";
September 19, 2014 at 6:18 am #183592Steven Watson
ParticipantThanks Chris, I am trying to make my circular logos with CSS, but I am unsure as to how I would set
border-radius
without having to set awidth
andheight
attribute to the actual logo, I thought there was a more universal way but I think I would need to make a different class for each logo as the circle for STVN is alot smaller than for STEVEN.The capital letters using Shift are growing on me now, I am beginning to like the look of them.
September 19, 2014 at 6:36 am #183593chrisburton
ParticipantIt’s actually quite simple. You need to restructure your HTML, though.
September 19, 2014 at 6:52 am #183594chrisburton
Participant@watson90 I had read your post wrong. My apologies.
Why would you not want to specify a width and height?
September 19, 2014 at 8:39 am #183603nixnerd
ParticipantWhy would you not want to specify a width and height?
Because I’m guessing he think he’d have to use an absolute value and he wants to maintain aspect ratios.
OP, You can set width and height in a relative value like vw. Then, you can set a border-radius either in percentages or vw as well.
September 23, 2014 at 4:34 am #184302Steven Watson
ParticipantWhy would you not want to specify a width and height?
No idea, I just assumed that applying
padding
to theli
that it could automatically fit around the ‘STVN’. Nevermind, man… -
AuthorPosts
- The forum ‘Design’ is closed to new topics and replies.