css 大首字母,圆角,导入谷歌字体

Posted

tags:

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

.round-corners { 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Arvo:400,700|Lora:400,700|Roboto:400,700|Indie+Flower|Open+Sans:300,400,700,700italic);
p:first-letter {
	font-size: 3em;
	line-height: .05em;
	float: left;
	margin-top: .5em;
	padding-right: .1em;	
}

以上是关于css 大首字母,圆角,导入谷歌字体的主要内容,如果未能解决你的问题,请参考以下文章

div css圆角边框怎么设置

在 Tailwind CSS 和 Laravel 中添加字体

CSS3边框与圆角

包括谷歌字体链接或导入?

谷歌字体:在 CSS 中定义自定义名称

通过css阴影圆角渐变制作各种按钮