mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-06 01:42:07 +02:00
Fix 'Open Sans' CSS declaration
This commit is contained in:
parent
6eef5a1eee
commit
bbd36b41bc
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('../fonts/Open-Sans-regular.eot');
|
src: url('../fonts/Open-Sans-regular.eot');
|
||||||
@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans';
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('../fonts/Open-Sans-800.eot');
|
src: url('../fonts/Open-Sans-800.eot');
|
||||||
|
Loading…
Reference in New Issue
Block a user