9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
|
/* Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com> */
|
||
|
/* Everyone is permitted to copy and distribute copies of this file under GNU-GPL3 */
|
||
|
|
||
|
/* Text Font */
|
||
|
|
||
|
* {
|
||
|
font: "Iosevka 10";
|
||
|
}
|