mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -07:00
fix(fonts): remove HelveticaNowText-Regular.woff font file and add HelveticaNowText-Regular.woff2 font file
7 lines
159 B
SCSS
7 lines
159 B
SCSS
@font-face {
|
|
font-family: HelveticaNow;
|
|
src: url('/lib/fonts/HelveticaNowText-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|