Move font display tag to HTML query, to avoid questions on where to stick it properly. :(

This commit is contained in:
Ace Pace 2020-04-30 01:07:33 +03:00
parent 92504f8ad4
commit 5101c50d95
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
/*