小编Ela*_*ach的帖子

如何格式化单个html href文本以具有多个css属性(两个不同的字体系列)

我想在单个a href上使用两个不同的字体系列创建一个带有CSS的徽标

例如

<style>
    a#logo{
        "LogoWith" - font-family:sans;
        "TwoFontFamilies" - font-family:Ariel;
    }

</style>

<a id="logo" href="#">LogoWithTwoFontFamilies</a>
Run Code Online (Sandbox Code Playgroud)

我知道我写的CSS错了.我似乎无法找到在单个字符串上应用两个不同字体系列的解决方案.

css font-family graphical-logo

0
推荐指数
1
解决办法
2598
查看次数

标签 统计

css ×1

font-family ×1

graphical-logo ×1