mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
chore: update WorkSans font to 2.010
improved support for viatnamese
This commit is contained in:
parent
4c256e996c
commit
c13e9e49f1
9 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@
|
||||||
font-family: 'Work Sans';
|
font-family: 'Work Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("../fonts/Work_Sans_300.woff2") format("woff2"), url("../fonts/Work_Sans_300.woff") format("woff");
|
src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Work Sans';
|
font-family: 'Work Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
src: url("../fonts/Work_Sans_500.woff2") format("woff2"), url("../fonts/Work_Sans_500.woff") format("woff");
|
src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
BIN
static/fonts/WorkSans-Light.woff
Normal file
BIN
static/fonts/WorkSans-Light.woff
Normal file
Binary file not shown.
BIN
static/fonts/WorkSans-Light.woff2
Normal file
BIN
static/fonts/WorkSans-Light.woff2
Normal file
Binary file not shown.
BIN
static/fonts/WorkSans-Medium.woff
Normal file
BIN
static/fonts/WorkSans-Medium.woff
Normal file
Binary file not shown.
BIN
static/fonts/WorkSans-Medium.woff2
Normal file
BIN
static/fonts/WorkSans-Medium.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue