forked from p15670423/monkey
Move font display tag to HTML query, to avoid questions on where to stick it properly. :(
This commit is contained in:
parent
92504f8ad4
commit
5101c50d95
|
@ -1,4 +1,4 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Alegreya');
|
||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Alegreya&display=swap');
|
||||
|
||||
/* Base Application Styles */
|
||||
|
||||
|
@ -9,7 +9,6 @@ body {
|
|||
|
||||
#app {
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue