mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-04 05:46:14 +00:00
7 lines
163 B
CSS
7 lines
163 B
CSS
|
@font-face {
|
||
|
font-family: 'Rubik';
|
||
|
src: url('./Rubik.ttf') format('truetype');
|
||
|
font-style: normal;
|
||
|
font-display: block;
|
||
|
font-weight: 300 900;
|
||
|
}
|