mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-28 13:34:30 -05:00
Add Splatoon fonts
This commit is contained in:
19
src/css/_fonts.scss
Normal file
19
src/css/_fonts.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@font-face {
|
||||
font-family: Splatoon1;
|
||||
src: url(../fonts/5476b40d543260503fbccbbab305b1f9.woff2) format("woff2"),url(../fonts/f85b6b75e658c1758ee0b3f2262c9522.woff) format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Splatoon1;
|
||||
src: url(../fonts/0e12b13c359d4803021dc4e17cecc311.woff2) format("woff2"),url(../fonts/f25982b8ab52a929938cd63f15656ecf.woff) format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Splatoon2;
|
||||
src: url(../fonts/61f6c62eb1065d00c9a2bcf85e090fe4.woff2) format("woff2"),url(../fonts/b426a8e06ebdfcb82b481ab57922d6b4.woff) format("woff")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Splatoon2;
|
||||
src: url(../fonts/eb82d017016045bf998cade4dac1ec22.woff2) format("woff2"),url(../fonts/b4fab2f6ac35a758f6aeb5b7054ab121.woff) format("woff")
|
||||
}
|
||||
@@ -1 +1,4 @@
|
||||
@import '~bulma/sass/utilities/initial-variables';
|
||||
|
||||
$original-family-sans-serif: $family-sans-serif;
|
||||
$family-sans-serif: Splatoon2, $family-sans-serif;
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
@import './fonts';
|
||||
@import './variables';
|
||||
@import '~bulma';
|
||||
|
||||
.title {
|
||||
font-family: Splatoon1, $original-family-sans-serif;
|
||||
}
|
||||
|
||||
BIN
src/fonts/0e12b13c359d4803021dc4e17cecc311.woff2
Normal file
BIN
src/fonts/0e12b13c359d4803021dc4e17cecc311.woff2
Normal file
Binary file not shown.
BIN
src/fonts/5476b40d543260503fbccbbab305b1f9.woff2
Normal file
BIN
src/fonts/5476b40d543260503fbccbbab305b1f9.woff2
Normal file
Binary file not shown.
BIN
src/fonts/61f6c62eb1065d00c9a2bcf85e090fe4.woff2
Normal file
BIN
src/fonts/61f6c62eb1065d00c9a2bcf85e090fe4.woff2
Normal file
Binary file not shown.
BIN
src/fonts/b426a8e06ebdfcb82b481ab57922d6b4.woff
Normal file
BIN
src/fonts/b426a8e06ebdfcb82b481ab57922d6b4.woff
Normal file
Binary file not shown.
BIN
src/fonts/b4fab2f6ac35a758f6aeb5b7054ab121.woff
Normal file
BIN
src/fonts/b4fab2f6ac35a758f6aeb5b7054ab121.woff
Normal file
Binary file not shown.
BIN
src/fonts/eb82d017016045bf998cade4dac1ec22.woff2
Normal file
BIN
src/fonts/eb82d017016045bf998cade4dac1ec22.woff2
Normal file
Binary file not shown.
BIN
src/fonts/f25982b8ab52a929938cd63f15656ecf.woff
Normal file
BIN
src/fonts/f25982b8ab52a929938cd63f15656ecf.woff
Normal file
Binary file not shown.
BIN
src/fonts/f85b6b75e658c1758ee0b3f2262c9522.woff
Normal file
BIN
src/fonts/f85b6b75e658c1758ee0b3f2262c9522.woff
Normal file
Binary file not shown.
Reference in New Issue
Block a user