Merge pull request #3040 from betagouv/improve-folder-naming

Properly name a font folder
This commit is contained in:
gregoirenovel 2018-11-22 01:32:59 +01:00 committed by GitHub
commit d2ed6c4eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>