File tree Expand file tree Collapse file tree
assets/fonts/qanelas-soft Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* Qanelas Soft font family - used by Sistent theme */
22@font-face {
33 font-family : "Qanelas Soft Regular" ;
4- src : url ('https://raw.githubusercontent.com/layer5io/layer5/master/static /fonts/qanelas-soft/QanelasSoftRegular.otf' ) format ('opentype' );
4+ src : url ('./assets /fonts/qanelas-soft/QanelasSoftRegular.otf' ) format ('opentype' );
55 font-weight : 400 ;
66 font-style : normal;
77 font-display : swap;
88}
99
1010@font-face {
1111 font-family : "Qanelas Soft Regular" ;
12- src : url ('https://raw.githubusercontent.com/layer5io/layer5/master/static /fonts/qanelas-soft/QanelasSoftMedium.otf' ) format ('opentype' );
12+ src : url ('./assets /fonts/qanelas-soft/QanelasSoftMedium.otf' ) format ('opentype' );
1313 font-weight : 500 ;
1414 font-style : normal;
1515 font-display : swap;
1616}
1717
1818@font-face {
1919 font-family : "Qanelas Soft Regular" ;
20- src : url ('https://raw.githubusercontent.com/layer5io/layer5/master/static /fonts/qanelas-soft/QanelasSoftSemiBold.otf' ) format ('opentype' );
20+ src : url ('./assets /fonts/qanelas-soft/QanelasSoftSemiBold.otf' ) format ('opentype' );
2121 font-weight : 600 ;
2222 font-style : normal;
2323 font-display : swap;
2424}
2525
2626@font-face {
2727 font-family : "Qanelas Soft Regular" ;
28- src : url ('https://raw.githubusercontent.com/layer5io/layer5/master/static /fonts/qanelas-soft/QanelasSoftBold.otf' ) format ('opentype' );
28+ src : url ('./assets /fonts/qanelas-soft/QanelasSoftBold.otf' ) format ('opentype' );
2929 font-weight : 700 ;
3030 font-style : normal;
3131 font-display : swap;
You can’t perform that action at this time.
0 commit comments