English 中文(简体)
如何增加斜体案文的视角?
原标题:How to increase the angle of italic text?

我想用html的 c子做一个标志。 我们能否利用 c或 j字来增加italic text的视角?

最佳回答
问题回答

gle角取决于你正在使用。 字体设计师必须手工提取斜体版。 你可以自动改变。

你们可以在生态、生态和 Chrome中使用sk变。 任何其他东西都不会得到支持,除非你们更多地了解打字体,否则,你就应该用心设计师的工作进行标识设计。 没有人在HTML中设计标志,没有人想在电子邮件中看到标识。

Try using the skew transform property of CSS rather than using italics. 它可以帮助你。

例如:

<div style="transform: skewX(-10deg)">Sample italic text</div>

P.S.: 这种方法将有助于你改变案文的斜体,但就设计标志而言,你当然需要杰出的证明人。

这一点不可能与安保部合作。 您可尝试转而使用<代码>is 和em ,这些字体上有更细致的字母,但我不认为这段话有助于你。

如果你重新设计一个标志,那么你为什么与安保部合作? 这 s你有照片店和(或)插手。

传真/CSS是这方面的错误工具。 使用示意图或这种软件。 或寻找设计师。

• 利用自由自发工具,如FontForge,使您自己有活力或修改开放源。

Edit:我看到,这是用电子邮件传送残疾图像。 由于除新版本的“雷鸟”外,大多数电子邮件客户都不支持@font-face CSS规则,因此,在这种情况下,Sorry根本是不可能的。

font-based: oblique 20deg;

Use whatever you want instead 20. Usefull to decrease the italic angle aswell. (edit : works only on Firefox and Thunderbird, thx to MrLister)





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签