css 描边文字

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 描边文字相关的知识,希望对你有一定的参考价值。

{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<h1>CSS</h1>

<h1><svg overflow="visible" width="2em" height="1.2em"><use xlink:href="#css" /><text id="css" y="1em">CSS</text></svg></h1>
/**
 * Stroked text
 */

h1 {
	margin: 0;
	color: white;
}

h1:first-child { text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black; }

h1 text { fill: currentColor }
h1 use {
	stroke: black; 
	stroke-width: 6;
	stroke-linejoin: round;
}

body {
	background: deeppink;
	font: bold 200%/1 Rockwell, serif;
}

以上是关于css 描边文字的主要内容,如果未能解决你的问题,请参考以下文章

请问如何用css实现字体的描边效果。类似photoshop中文字的描边效果

css 描边文字

一分钟教你如何实现唯美的文字描边

iOS文字描边

一分钟教你如何实现唯美的文字描边

TextView文字描边实现