mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
Merge pull request #315 from jrob-io/master
Fix 'Open Sans' @font-face declaration
This commit is contained in:
commit
bf54e27ea2
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('../fonts/Open-Sans-regular.eot');
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
src: url('../fonts/Open-Sans-800.eot');
|
||||
|
Loading…
Reference in New Issue
Block a user