mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
fix(fonts): update font file path in _font.scss to use the new woff2 file format
fix(fonts): remove HelveticaNowText-Regular.woff font file and add HelveticaNowText-Regular.woff2 font file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: HelveticaNow;
|
font-family: HelveticaNow;
|
||||||
src: url('/fonts/HelveticaNowText-Regular.woff') format('woff');
|
src: url('/lib/fonts/HelveticaNowText-Regular.woff2') format('woff2');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
BIN
static/lib/fonts/HelveticaNowText-Regular.woff2
Normal file
BIN
static/lib/fonts/HelveticaNowText-Regular.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user