Wait for fonts to load
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
/* @font-face {
|
||||
font-family: 'DominionTitle';
|
||||
font-display: auto;
|
||||
font-display: block;
|
||||
src: local("Trajan Pro Bold"), local("TrajanPro-Bold"), local('Trajan Pro'),
|
||||
url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Bold.woff') format('woff'),
|
||||
url('https://shemitz.net/static/dominion3/Trajan%20Pro%20Bold.ttf') format('truetype'),
|
||||
@ -8,20 +8,20 @@
|
||||
local("Trajan"),
|
||||
local("Optimus Princeps"),
|
||||
url(https://fonts.gstatic.com/s/cinzel/v8/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2) format('woff2');
|
||||
}
|
||||
} */
|
||||
|
||||
@font-face {
|
||||
font-family: 'DominionText';
|
||||
font-display: auto;
|
||||
font-display: block;
|
||||
src: local("Times New Roman"), serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
/* @font-face {
|
||||
font-family: 'DominionSpecial';
|
||||
font-display: auto;
|
||||
font-display: block;
|
||||
src: local("Minion Std Black"), local("MinionStd-Black"), local("Minion Std"), local('Minion Pro'),
|
||||
url('https://fonts.cdnfonts.com/s/13260/MinionPro-Regular.woff') format('woff'),
|
||||
url('https://shemitz.net/static/dominion3/MinionStd-Black.otf') format('opentype'),
|
||||
local("Optimus Princeps"),
|
||||
url(https://fonts.gstatic.com/s/cinzel/v8/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2) format('woff2');
|
||||
}
|
||||
} */
|
Reference in New Issue
Block a user