Restore to old fonts
This commit is contained in:
parent
44e60ccc3e
commit
cd912b7582
Binary file not shown.
BIN
www/media/OpenSans-Bold.woff2
Normal file
BIN
www/media/OpenSans-Bold.woff2
Normal file
Binary file not shown.
@ -5,9 +5,9 @@ Open Sans font by https://www.google.com/fonts/specimen/Open+Sans[Google], licen
|
||||
|
||||
[options="header"]
|
||||
|=================================================================================
|
||||
|File |Copyright
|
||||
|`OpenSans-Regular.ttf` |Digitized data copyright 2010-2011, Google Corporation.
|
||||
|`OpenSans-Bold.ttf` |Digitized data copyright 2010-2011, Google Corporation.
|
||||
|File |Copyright
|
||||
|`OpenSans-Regular.woff2` |Digitized data copyright 2010-2011, Google Corporation.
|
||||
|`OpenSans-Bold.woff2` |Digitized data copyright 2010-2011, Google Corporation.
|
||||
|=================================================================================
|
||||
|
||||
|
||||
|
Binary file not shown.
BIN
www/media/OpenSans-Regular.woff2
Normal file
BIN
www/media/OpenSans-Regular.woff2
Normal file
Binary file not shown.
@ -1,13 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 400;
|
||||
src: url(OpenSans-Regular.ttf) format("truetype");
|
||||
src: local('Open Sans'), local('OpenSans'), url(OpenSans-Regular.ttf) format('truetype');
|
||||
font-family: "Open Sans";
|
||||
font-weight: normal;
|
||||
src: url(OpenSans-Regular.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 700;
|
||||
src: url(OpenSans-Bold.ttf) format("truetype");
|
||||
src: local('Open Sans'), local('OpenSans'), url(OpenSans-Bold.ttf) format('truetype');
|
||||
font-weight: bold;
|
||||
src: url(OpenSans-Bold.woff2) format("woff2");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user