mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
override googleapis-font for zephyr template and make inter font local
This commit is contained in:
parent
1cbdf76df6
commit
1e8d94731b
3 changed files with 15 additions and 2 deletions
|
@ -1 +1,14 @@
|
|||
// Override importing Google APIs for inter font
|
||||
$web-font-path: '' !default;
|
||||
|
||||
/* inter-regular - latin */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
@import "dev/scss/bootswatch/zephyr/bootswatch";
|
||||
|
||||
|
|
2
static/css/wvc-main.min.css
vendored
2
static/css/wvc-main.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
static/fonts/inter-v12-latin-regular.woff2
Normal file
BIN
static/fonts/inter-v12-latin-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue