Pirate Rogue, Pirate Crew and GitHub Updater
This commit is contained in:
38
themes/Pirate-Rogue/css/sass/fonts/_font-dejaweb.scss
Normal file
38
themes/Pirate-Rogue/css/sass/fonts/_font-dejaweb.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
/* Font File Dejaweb
|
||||
* DejaWeb
|
||||
* by AnatoleType
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'DejaWeb';
|
||||
src: url('./fonts/dejaweb/DejaWeb-Bold.ttf');
|
||||
src: url('./fonts/dejaweb/DejaWeb-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DejaWeb';
|
||||
src: url('./fonts/dejaweb/DejaWeb-BoldItalic.ttf');
|
||||
src: url('./fonts/dejaweb/DejaWeb-BoldItalic.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DejaWeb';
|
||||
src: url('./fonts/dejaweb/DejaWeb-Italic.ttf');
|
||||
src: url('./fonts/dejaweb/DejaWeb-Italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DejaWeb';
|
||||
src: url('./fonts/dejaweb/DejaWeb.ttf');
|
||||
src: url('./fonts/dejaweb/DejaWeb.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user