Properly name a font folder

This commit is contained in:
gregoirenovel 2018-11-22 01:16:58 +01:00
parent 22a9ca46da
commit b986e43f4d
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@
}
.new-h1{color:#333333;text-align:center;font-weight:bold;margin-bottom:60px;font-size:41px;margin-top:60px;}
/*! CSS Used fontfaces */
@font-face{font-family:"Muli";src:url(/fonts/muli-bold/Muli-Regular.woff) format("woff");font-weight:normal;font-style:normal;}
@font-face{font-family:"Muli";src:url(/fonts/muli/Muli-Regular.woff) format("woff");font-weight:normal;font-style:normal;}
</style>
</head>
<body>