Passage de opensansXX à Open Sans + font-weight

This commit is contained in:
Marc Ducobu
2016-05-06 19:03:48 +02:00
parent 510d3ff480
commit a766651443
7 changed files with 16 additions and 13 deletions

View File

@@ -69,7 +69,8 @@
width : 15em;
text-align: right;
display: inline-block;
font-family: 'open_sanslight';
font-family: 'Open Sans';
font-weight: 300;
padding-right: 5px;
}
input {
@@ -87,7 +88,8 @@
box-shadow: none;
color: #fff;
padding: 4px 8px;
font-family: 'open_sanslight';
font-family: 'Open Sans';
font-weight: 300;
}
</style>
</head>
@@ -111,4 +113,3 @@
</div>
</body>
</html>