mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 11:49:13 -04:00
css: split base CSS code into subfiles (without modifications)
This commit is contained in:
parent
0b0608d7d4
commit
4177b3f943
13 changed files with 1263 additions and 1272 deletions
34
src/static/css/pad/fonts.css
Normal file
34
src/static/css/pad/fonts.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* Montserrat Font */
|
||||
@font-face {
|
||||
font-family: "Montserrat";
|
||||
src: url("../../../static/font/Montserrat-Light.otf") format("opentype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Montserrat";
|
||||
src: url("../../../static/font/Montserrat-Regular.otf") format("opentype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
/* End of Monterrat Font */
|
||||
|
||||
@font-face {
|
||||
font-family: opendyslexic;
|
||||
src: url("../../../static/font/opendyslexic.otf") format("opentype");
|
||||
}
|
||||
|
||||
/* Roboto Mono */
|
||||
@font-face {
|
||||
font-family: "RobotoMono";
|
||||
src: url("../../../static/font/RobotoMono-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "RobotoMono";
|
||||
src: url("../../../static/font/RobotoMono-Bold.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
/* End of Roboto Mono */
|
Loading…
Add table
Add a link
Reference in a new issue