|
|
|
|
|
by Dalewyn
744 days ago
|
|
From the source code: ><link rel="preload" href="fonts/font.woff2" as="font"> >@font-face { font-family: 'Gloria Hallelujah'; ... src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(fonts/font.woff2) format('woff2'); ... } >body { ... font-family: 'Gloria Hallelujah', sans-serif; ... } So yes, the choice of font looks to be quite deliberate. |
|