Skip to main content

Questions tagged [css]

Questions about Cascading Style Sheets, commonly referred to as CSS. Ask anything related to implementing styles, effects or graphic-design-specific tasks. For questions about implementing structural elements or anything completely unrelated to the aesthetic look, please go to Stack Overflow.

0 votes
2 answers
93 views

Why use the "system font stack" rather than a generic font family?

I recently read two articles about the "system font stack" [1] [2]. Briefly, this is a list of font families designed to pick the system font on the reader's device. So the same page appears ...
lofidevops's user avatar
0 votes
1 answer
511 views

Converting CSS data back into an SVG

I have a client who has told me to source their logo from their website, but their logo is CSS information. Is there a resource to convert the css back into vector information?
Steven Reid's user avatar
0 votes
0 answers
48 views

Font Awesome HTML -> .png icons

What is the easiest way to produce several of .png images of icons generated with Font Awesome and some simple CSS styling? I need to generate some social media icons that will be included in an email ...
Michael Altfield's user avatar
1 vote
0 answers
49 views

OTS Error for Black Future Font in React Application

I am encountering a perplexing issue with the Black Future font in my React application and am seeking assistance to resolve it. Below, I have detailed the problem, my troubleshooting efforts, and ...
Josh Sharkey's user avatar
0 votes
0 answers
30 views

How do you find web fonts with good support for the OpenType frac feature?

I'm working on a website that'll have fractions in it, and I'd like to use the OpenType frac feature to format them well. CSS provides the font-variant-numeric:diagonal-fractions property to turn this ...
Jeffrey Yasskin's user avatar
1 vote
1 answer
145 views

Use SVG `transform` doesn't work in `<style>` on Inkscape

I want to use some CSS like this, but it doesn't seem to work in Inkscape. If I put it in the <style> tag, there's no effect, but it works when directly attached to the element. .tag { ...
goweon's user avatar
  • 127
0 votes
1 answer
216 views

How do I specify a chess symbol from Google Sans Symbol 2?

How do I have a web page in which most things are from Noto Sans Mono but some symbols, like the chess white bishop U+2657 (or ♗) comes from Noto Sans Symbol 2? I tried going to the Noto Sans Symbol 2 ...
kdog's user avatar
  • 103
1 vote
0 answers
125 views

How to make my animated SVG CLI-like typewriter effect work as intended? (SMIL)

I am just starting to learn to do SVG Animations, and I'm trying to make a command-line style 'typewriter' effect, typing out several different lines of text, one after the other. I would like the ...
demospasser's user avatar
0 votes
0 answers
241 views

Stacking gradients and blend-modes

Desired result I'm trying to stack some CSS gradients together to replicate a fill pattern from Excel. Problem I have something that almost works, but it requires additional HTML elements and I'm not ...
Jean-Bernard Pellerin's user avatar
1 vote
0 answers
360 views

Leading space/padding in sans-serif fonts

Notice the small space before the letter L in the first two lines in the following image. It's more notable the larger the font size, but it's there in the second line too. The fonts in this example ...
S.T. Veje's user avatar
  • 111
1 vote
0 answers
142 views

How to Scale Parts of an SVG Separately Using Adobe Illustrator

I am rendering SVGs on a website. There is an SVG I want to use for buttons, but the SVG is a complex design and the website needs to be responsive. Simply scaling the SVG with the viewport can't ...
Daniel Kaplan's user avatar
1 vote
0 answers
199 views

From css (scss) to Figma

How, I can import css or scss style in to Figma? I use figma plagin fromCSS. But it doesn't work for linear or radial grdient like this: background: radial-gradient(circle at 75% 30%, #fff 10%, rgba(0,...
user3178479's user avatar
2 votes
0 answers
585 views

How do you apply a ID to a layer in Illustrator?

I've purchased an AI file of UK postcodes; pictured are the layers it uses with each area named "Path" I want these to be assigned an ID when I export as an SVG, so that I can apply ...
JimBob's user avatar
  • 21
0 votes
1 answer
62 views

What is the following Frame called?

I'd like to design something like this with CSS but I need to know the name to google it. I tried to Google similar images to no avail.
Stephan Graf's user avatar
1 vote
1 answer
243 views

Complement genereted color schemes to my CSS/HTML

There are fine tools out that generate color schemes with a color wheel based on color science. E.g. Paletton does so and offer me to export the colors to CSS. It is not clear for me to which elements ...
buhtz's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
23