9 lines
165 B
CSS
9 lines
165 B
CSS
@font-face {
|
|
font-family: "Gallaudet";
|
|
src: url("/webfonts/GallaudetRegular.woff2") format("woff2");
|
|
}
|
|
|
|
#wordsWrapper {
|
|
font-family: "Gallaudet" !important;
|
|
}
|